aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/md/Shaarli-configuration.md
diff options
context:
space:
mode:
authornodiscc <nodiscc@gmail.com>2017-07-20 19:52:39 +0200
committerGitHub <noreply@github.com>2017-07-20 19:52:39 +0200
commit6d074b4c908d6ba10e0397302ed55ed07742313a (patch)
tree8ebb8ed2c2cb9d3bf165760a96964ac682049f4a /doc/md/Shaarli-configuration.md
parent96f70777f77a4e30ebc95bd2bf2e11371afbbbab (diff)
downloadShaarli-6d074b4c908d6ba10e0397302ed55ed07742313a.tar.gz
Shaarli-6d074b4c908d6ba10e0397302ed55ed07742313a.tar.zst
Shaarli-6d074b4c908d6ba10e0397302ed55ed07742313a.zip
doc: fix bullet list formatting
https://shaarli.readthedocs.io/en/master/Shaarli-configuration/
Diffstat (limited to 'doc/md/Shaarli-configuration.md')
-rw-r--r--doc/md/Shaarli-configuration.md2
1 files changed, 2 insertions, 0 deletions
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
11## File and directory permissions 11## File and directory permissions
12 12
13The server process running Shaarli must have: 13The server process running Shaarli must have:
14
14- `read` access to the following resources: 15- `read` access to the following resources:
15 - PHP scripts: `index.php`, `application/*.php`, `plugins/*.php` 16 - PHP scripts: `index.php`, `application/*.php`, `plugins/*.php`
16 - 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js` 17 - 3rd party PHP and Javascript libraries: `inc/*.php`, `inc/*.js`
@@ -25,6 +26,7 @@ The server process running Shaarli must have:
25 - `tmp` - RainTPL page cache 26 - `tmp` - RainTPL page cache
26 27
27On a Linux distribution: 28On a Linux distribution:
29
28- the web server user will likely be `www` or `http` (for Apache2) 30- the web server user will likely be `www` or `http` (for Apache2)
29- it will be a member of a group of the same name: `www:www`, `http:http` 31- it will be a member of a group of the same name: `www:www`, `http:http`
30- to give it access to Shaarli, either: 32- to give it access to Shaarli, either: