aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMario Vormstein <github@hquer.eu>2016-05-12 19:21:27 +0200
committerMario Vormstein <github@hquer.eu>2016-05-12 19:21:27 +0200
commit458854f1e46413c4337066a8a5eb4617009d833f (patch)
treea476680c1d9db79c05fe94c64c30347a40889a49
parente0f953a5a6069eda6c4f2538ce29d832475d0f23 (diff)
downloadwallabag-458854f1e46413c4337066a8a5eb4617009d833f.tar.gz
wallabag-458854f1e46413c4337066a8a5eb4617009d833f.tar.zst
wallabag-458854f1e46413c4337066a8a5eb4617009d833f.zip
Added information about permissions on data/
-rw-r--r--docs/en/user/installation.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 73a1df68..6d804304 100644
--- a/docs/en/user/installation.rst
+++ b/docs/en/user/installation.rst
@@ -258,7 +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* /var/www/wallabag/data/
262 262
263by entering 263by entering
264 264
@@ -267,7 +267,7 @@ by entering
267 chown -R www-data:www-data /var/www/wallabag/bin 267 chown -R www-data:www-data /var/www/wallabag/bin
268 chown -R www-data:www-data /var/www/wallabag/app/config 268 chown -R www-data:www-data /var/www/wallabag/app/config
269 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 270 chown -R www-data:www-data /var/www/wallabag/data/
271 271
272otherwise, sooner or later you will meet this error messages 272otherwise, sooner or later you will meet this error messages
273 273