diff options
author | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-05-08 08:47:48 +0200 |
---|---|---|
committer | Nicolas Lœuillet <nicolas@loeuillet.org> | 2016-05-08 08:47:48 +0200 |
commit | 1875afaeffc952d5f9a1491ca33ee1976e9bc385 (patch) | |
tree | 7460897217b6ea744aeac54887ade6950507b223 /docs/fr/user | |
parent | de20470ee19b7504dd6db5878577ff24a005a914 (diff) | |
parent | ab46a256f4e0161936d1d87a095ffcf378a85d40 (diff) | |
download | wallabag-1875afaeffc952d5f9a1491ca33ee1976e9bc385.tar.gz wallabag-1875afaeffc952d5f9a1491ca33ee1976e9bc385.tar.zst wallabag-1875afaeffc952d5f9a1491ca33ee1976e9bc385.zip |
Merge pull request #2038 from foxmask/master
new details in the doc about the rights access again;)
Diffstat (limited to 'docs/fr/user')
-rw-r--r-- | docs/fr/user/installation.rst | 23 |
1 files changed, 23 insertions, 0 deletions
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 | ||