Skip to content

Commit 8762107

Browse files
authored
Merge pull request #29 from dotkernel/arhimede-patch-1
Enhance installation guide with troubleshooting tips
2 parents ffc3312 + 93d5eb8 commit 8762107

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/book/v7/installation/test-the-installation.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@
55
We recommend running your applications in WSL:
66

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

13+
> 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)
14+
1315
You should see the `Dotkernel Admin` login page.
1416

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

0 commit comments

Comments
 (0)