diff options
-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..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 | ||
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/ | ||
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 | ||