aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-13 09:16:35 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-05-13 09:16:35 +0200
commitf7e714bde7514f15c0435a39ac5b140f706e342f (patch)
treea476680c1d9db79c05fe94c64c30347a40889a49
parent12f8631e8af01de2f4046122c16604eafb6c4f9c (diff)
parent458854f1e46413c4337066a8a5eb4617009d833f (diff)
downloadwallabag-f7e714bde7514f15c0435a39ac5b140f706e342f.tar.gz
wallabag-f7e714bde7514f15c0435a39ac5b140f706e342f.tar.zst
wallabag-f7e714bde7514f15c0435a39ac5b140f706e342f.zip
Merge pull request #2068 from mariovor/documentation/datadb
Added information about permissions on data/
-rw-r--r--docs/en/user/installation.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst
index 484e66cb..6d804304 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/
261 262
262by entering 263by 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/
269 271
270otherwise, sooner or later you will meet this error messages 272otherwise, sooner or later you will meet this error messages
271 273