diff options
-rw-r--r-- | docs/en/user/installation.rst | 22 | ||||
-rw-r--r-- | docs/fr/user/installation.rst | 23 |
2 files changed, 45 insertions, 0 deletions
diff --git a/docs/en/user/installation.rst b/docs/en/user/installation.rst index 8d1859cb..484e66cb 100644 --- a/docs/en/user/installation.rst +++ b/docs/en/user/installation.rst | |||
@@ -252,3 +252,25 @@ This is due to the fact that we will need to grant the same rights access on the | |||
252 | .. code-block:: bash | 252 | .. code-block:: bash |
253 | 253 | ||
254 | chown -R www-data:www-data /var/www/wallabag/var | 254 | chown -R www-data:www-data /var/www/wallabag/var |
255 | |||
256 | It has to be the same for the following folders | ||
257 | |||
258 | * /var/www/wallabag/bin/ | ||
259 | * /var/www/wallabag/app/config/ | ||
260 | * /var/www/wallabag/vendor/ | ||
261 | |||
262 | by entering | ||
263 | |||
264 | .. code-block:: bash | ||
265 | |||
266 | 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/vendor | ||
269 | |||
270 | otherwise, sooner or later you will meet this error messages | ||
271 | |||
272 | .. code-block:: bash | ||
273 | |||
274 | Unable to write to the "bin" directory. | ||
275 | file_put_contents(app/config/parameters.yml): failed to open stream: Permission denied | ||
276 | file_put_contents(/.../wallabag/vendor/autoload.php): failed to open stream: Permission denied | ||
diff --git a/docs/fr/user/installation.rst b/docs/fr/user/installation.rst index 6f1a4591..8f9a7932 100644 --- a/docs/fr/user/installation.rst +++ b/docs/fr/user/installation.rst | |||
@@ -249,3 +249,26 @@ Cela est dû au fait qu'il faut aussi octroyer les mêmes droits d'accès au dos | |||
249 | .. code-block:: bash | 249 | .. code-block:: bash |
250 | 250 | ||
251 | chown -R www-data:www-data /var/www/wallabag/var | 251 | chown -R www-data:www-data /var/www/wallabag/var |
252 | |||
253 | Il en est de même pour les dossiers suivants : | ||
254 | |||
255 | * /var/www/wallabag/bin/ | ||
256 | * /var/www/wallabag/app/config/ | ||
257 | * /var/www/wallabag/vendor/ | ||
258 | |||
259 | en tapant | ||
260 | |||
261 | .. code-block:: bash | ||
262 | |||
263 | chown -R www-data:www-data /var/www/wallabag/bin | ||
264 | chown -R www-data:www-data /var/www/wallabag/app/config | ||
265 | chown -R www-data:www-data /var/www/wallabag/vendor | ||
266 | |||
267 | sinon lors de la mise à jour vous finirez par rencontrer les erreurs suivantes : | ||
268 | |||
269 | |||
270 | .. code-block:: bash | ||
271 | |||
272 | Unable to write to the "bin" directory. | ||
273 | file_put_contents(app/config/parameters.yml): failed to open stream: Permission denied | ||
274 | file_put_contents(/.../wallabag/vendor/autoload.php): failed to open stream: Permission denied | ||