From: Angristan Date: Fri, 13 Apr 2018 18:54:02 +0000 (+0200) Subject: chmod 777 is a bad practice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=de99189325cd56e0e40c656c4b288387ff7cdbba;p=friendica.git chmod 777 is a bad practice --- diff --git a/doc/Install.md b/doc/Install.md index 5ea1920523..1fa1e910ae 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -53,7 +53,7 @@ The Linux commands to clone the repository into a directory "mywebsite" would be Make sure the folder *view/smarty3* exists and is writable by the webserver user mkdir view/smarty3 - chmod 777 view/smarty3 + chmod www-data:www-data view/smarty3 Get the addons by going into your website folder.