Skip to content

Commit 117b1c6

Browse files
authored
Merge pull request #17 from dotkernel/documentation_update
Issue #14 & #13: reorg documentation, badges in sync
2 parents 0a36906 + 5e5dfa8 commit 117b1c6

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

docs/book/v1/installation/running-the-application.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1123
You should see the `Dotkernel Light` welcome page.

docs/book/v1/introduction.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)