diff options
author | Mario Vormstein <github@hquer.eu> | 2016-05-12 19:10:23 +0200 |
---|---|---|
committer | Mario Vormstein <github@hquer.eu> | 2016-05-12 19:10:23 +0200 |
commit | e0f953a5a6069eda6c4f2538ce29d832475d0f23 (patch) | |
tree | 917bed0b7c17fcab2ae62089cd42a35a53162ec2 /docs | |
parent | 12f8631e8af01de2f4046122c16604eafb6c4f9c (diff) | |
download | wallabag-e0f953a5a6069eda6c4f2538ce29d832475d0f23.tar.gz wallabag-e0f953a5a6069eda6c4f2538ce29d832475d0f23.tar.zst wallabag-e0f953a5a6069eda6c4f2538ce29d832475d0f23.zip |
Added information about permissions on data/db
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/user/installation.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 484e66cb..73a1df68 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -258,6 +258,7 @@ It has to be the same for the following folders | |||
258 | * /var/www/wallabag/bin/ | 258 | * /var/www/wallabag/bin/ |
259 | * /var/www/wallabag/app/config/ | 259 | * /var/www/wallabag/app/config/ |
260 | * /var/www/wallabag/vendor/ | 260 | * /var/www/wallabag/vendor/ |
261 | * /var/www/wallabag/data/db/ | ||
261 | 262 | ||
262 | by entering | 263 | by entering |
263 | 264 | ||
@@ -266,6 +267,7 @@ by entering | |||
266 | chown -R www-data:www-data /var/www/wallabag/bin | 267 | chown -R www-data:www-data /var/www/wallabag/bin |
267 | chown -R www-data:www-data /var/www/wallabag/app/config | 268 | chown -R www-data:www-data /var/www/wallabag/app/config |
268 | chown -R www-data:www-data /var/www/wallabag/vendor | 269 | chown -R www-data:www-data /var/www/wallabag/vendor |
270 | chown -R www-data:www-data /var/www/wallabag/data/db | ||
269 | 271 | ||
270 | otherwise, sooner or later you will meet this error messages | 272 | otherwise, sooner or later you will meet this error messages |
271 | 273 | ||