doc: fix bullet list formatting

https://shaarli.readthedocs.io/en/master/Shaarli-configuration/
This commit is contained in:
nodiscc 2017-07-20 19:52:39 +02:00 committed by GitHub
parent 96f70777f7
commit 6d074b4c90
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Once your Shaarli instance is installed, the file `data/config.json.php` is gene
## File and directory permissions
The server process running Shaarli must have:
- `read` access to the following resources:
- PHP scripts: `index.php`, `application/*.php`, `plugins/*.php`
- 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js`
@ -25,6 +26,7 @@ The server process running Shaarli must have:
- `tmp` - RainTPL page cache
On a Linux distribution:
- the web server user will likely be `www` or `http` (for Apache2)
- it will be a member of a group of the same name: `www:www`, `http:http`
- to give it access to Shaarli, either: