File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,18 @@ We recommend running your applications in WSL:
66- currently we provide a distro implementations for [ AlmaLinux9] ( https://github.com/dotkernel/development/blob/main/wsl/os/almalinux9/README.md )
77- install the application in a virtualhost as recommended by the chosen distro
88- set ` $baseUrl ` in ** config/autoload/local.php** to the address of the virtualhost
9+ - set the permissions for the data folder
10+
11+ ``` shell
12+ chmod -R 777 data
13+ ```
14+
15+ - set the permissions for the log folder
16+
17+ ``` shell
18+ chmod -R 777 log
19+ ```
20+
921- run the application by opening the virtualhost address in your browser
1022
1123You should see the ` Dotkernel Light ` welcome page.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Read on to find out more about the application:
1212> Check out our [ demo] ( https://light.dotkernel.net/ ) .
1313
1414![ OSS Lifecycle] ( https://img.shields.io/osslifecycle/dotkernel/light )
15- ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/light/1.1 .0 )
15+ ![ PHP from Packagist (specify version)] ( https://img.shields.io/packagist/php-v/dotkernel/light/1.2 .0 )
1616
1717[ ![ GitHub issues] ( https://img.shields.io/github/issues/dotkernel/light )] ( https://github.com/dotkernel/light/issues )
1818[ ![ GitHub forks] ( https://img.shields.io/github/forks/dotkernel/light )] ( https://github.com/dotkernel/light/network )
@@ -22,3 +22,4 @@ Read on to find out more about the application:
2222[ ![ Continuous Integration] ( https://github.com/dotkernel/light/actions/workflows/continuous-integration.yml/badge.svg?branch=1.0 )] ( https://github.com/dotkernel/light/actions/workflows/continuous-integration.yml )
2323[ ![ codecov] ( https://codecov.io/gh/dotkernel/light/graph/badge.svg?token=UpVJ5ELvfZ )] ( https://codecov.io/gh/dotkernel/light )
2424[ ![ Qodana] ( https://github.com/dotkernel/light/actions/workflows/qodana_code_quality.yml/badge.svg )] ( https://github.com/dotkernel/light/actions/workflows/qodana_code_quality.yml )
25+ [ ![ PHPStan] ( https://github.com/dotkernel/light/actions/workflows/static-analysis.yml/badge.svg?branch=1.0 )] ( https://github.com/dotkernel/light/actions/workflows/static-analysis.yml )
You can’t perform that action at this time.
0 commit comments