You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/book/v7/installation/test-the-installation.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,13 @@
5
5
We recommend running your applications in WSL:
6
6
7
7
- 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/).
9
9
- Install the application in a virtualhost as recommended by the chosen distro.
10
10
- Set `$baseUrl` in **config/autoload/local.php** to the address of the virtualhost.
11
11
- Run the application by opening the virtualhost address in your browser.
12
12
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
+
13
15
You should see the `Dotkernel Admin` login page.
14
16
15
17
> If you are getting exceptions or errors regarding some missing services, try running the following command:
0 commit comments