Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ composer.lock
docs/html
documentation-theme
vendor
wsl/config.yml
4 changes: 3 additions & 1 deletion docs/book/v1/setup/setup-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ Move inside the directory `development/wsl`:
cd ~/development/wsl/
```

Using your preferred text editor, open `config.yml` where you must fill in the empty fields.
Duplicate `config.yml.dist` as `config.yml`.

Using your preferred text editor, open `config.yml` and fill in the empty fields.

Save and close the file.

Expand Down
2 changes: 2 additions & 0 deletions docs/book/v1/virtualhosts/create-virtualhost.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Move inside the directory `development/wsl`:
cd ~/development/wsl/
```

If you don't already have a `config.yml` file, duplicate `config.yml.dist` as `config.yml`.

Using your preferred text editor, open `config.yml` and, under the `virtualhosts` key, enter the virtualhosts that you want to create, each on its own line.

Already existing virtualhosts will be skipped, their contents will not be lost, no need to comment or remove them.
Expand Down
File renamed without changes.
4 changes: 3 additions & 1 deletion wsl/os/almalinux9/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ Move inside the directory `development/wsl`:
cd ~/development/wsl/
```

Using your preferred text editor, open `config.yml` where you must fill in the empty fields.
Duplicate `config.yml.dist` as `config.yml`.

Using your preferred text editor, open `config.yml` and fill in the empty fields.

Save and close the file.

Expand Down