From: Hypolite Petovan Date: Fri, 22 Jun 2018 20:09:01 +0000 (-0400) Subject: Merge pull request #4836 from Angristan/patch-1 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=78114c13d5ce27b36682a960859056d4ebf9d9be;p=friendica.git Merge pull request #4836 from Angristan/patch-1 chmod 777 is a bad practice --- 78114c13d5ce27b36682a960859056d4ebf9d9be diff --cc doc/Install.md index 2a80cf72a9,43374a33aa..dbc9e7fe2a --- a/doc/Install.md +++ b/doc/Install.md @@@ -49,12 -48,13 +49,13 @@@ The Linux commands to clone the reposit git clone https://github.com/friendica/friendica.git mywebsite cd mywebsite - util/composer.phar install + bin/composer.phar install - Make sure the folder *view/smarty3* exists and is writable by the webserver user + Make sure the folder *view/smarty3* exists and is writable by the webserver user, in this case `www-data` mkdir view/smarty3 - chmod 777 view/smarty3 + chown www-data:www-data view/smarty3 + chmod 775 view/smarty3 Get the addons by going into your website folder.