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/en/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/en/user')
-rw-r--r-- | docs/en/user/installation.rst | 22 |
1 files changed, 22 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 | ||