]> git.mxchange.org Git - friendica.git/blobdiff - doc/Install.md
Merge pull request #4836 from Angristan/patch-1
[friendica.git] / doc / Install.md
index 2a80cf72a9ab156a516737306689e65ce3fbe8c1..dbc9e7fe2a3014f5899b240daca6be6d9c035ee6 100644 (file)
@@ -51,10 +51,11 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
     cd mywebsite
     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.