From: nodiscc Date: Thu, 20 Jul 2017 17:52:39 +0000 (+0200) Subject: doc: fix bullet list formatting X-Git-Tag: v0.9.1~1^2~16 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=6d074b4c908d6ba10e0397302ed55ed07742313a doc: fix bullet list formatting https://shaarli.readthedocs.io/en/master/Shaarli-configuration/ --- diff --git a/doc/md/Shaarli-configuration.md b/doc/md/Shaarli-configuration.md index 933f5245..0c605459 100644 --- a/doc/md/Shaarli-configuration.md +++ b/doc/md/Shaarli-configuration.md @@ -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: