X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=docs%2Fen%2Fuser%2Finstallation.rst;h=484e66cb38763f52c6743847f884e0b01e3c0ae5;hb=ab46a256f4e0161936d1d87a095ffcf378a85d40;hp=8d1859cb5db2b344a14498a6a21ce43db2d2d190;hpb=de20470ee19b7504dd6db5878577ff24a005a914;p=github%2Fwallabag%2Fwallabag.git 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 .. code-block:: bash chown -R www-data:www-data /var/www/wallabag/var + +It has to be the same for the following folders + +* /var/www/wallabag/bin/ +* /var/www/wallabag/app/config/ +* /var/www/wallabag/vendor/ + +by entering + +.. code-block:: bash + + chown -R www-data:www-data /var/www/wallabag/bin + chown -R www-data:www-data /var/www/wallabag/app/config + chown -R www-data:www-data /var/www/wallabag/vendor + +otherwise, sooner or later you will meet this error messages + +.. code-block:: bash + + Unable to write to the "bin" directory. + file_put_contents(app/config/parameters.yml): failed to open stream: Permission denied + file_put_contents(/.../wallabag/vendor/autoload.php): failed to open stream: Permission denied