Skip to content
Merged
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
4 changes: 3 additions & 1 deletion docs/book/v7/installation/test-the-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
We recommend running your applications in WSL:

- Make sure you have [WSL2](https://docs.dotkernel.org/development/v2/setup/system-requirements/) installed on your system.
- Currently, we provide a distro implementation for [AlmaLinux9](https://github.com/dotkernel/development/blob/main/wsl/README.md).
- Currently, we provide a distro implementation for [AlmaLinux 10](https://docs.dotkernel.org/development/v2/running/).
- Install the application in a virtualhost as recommended by the chosen distro.
- Set `$baseUrl` in **config/autoload/local.php** to the address of the virtualhost.
- Run the application by opening the virtualhost address in your browser.

> If you are getting server error 500, please check the folders permissions [Common permission issues](https://docs.dotkernel.org/development/v2/faq/#how-do-i-fix-common-permission-issues)

You should see the `Dotkernel Admin` login page.

> If you are getting exceptions or errors regarding some missing services, try running the following command:
Expand Down