]> git.mxchange.org Git - friendica.git/commitdiff
Fix chmod and chown, add note about webserver user
authorAngristan <11699655+Angristan@users.noreply.github.com>
Fri, 22 Jun 2018 19:56:56 +0000 (21:56 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 19:56:56 +0000 (21:56 +0200)
doc/Install.md

index 1fa1e910ae61576188720ad8d3655e0300ed84a3..94987f463ee073f03f85da17e686f2c7d7b6172d 100644 (file)
@@ -50,10 +50,11 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
     cd mywebsite
     util/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 www-data:www-data view/smarty3
+    chown www-data:www-data view/smarty3
+       chmod 775 view/smarty3
 
 Get the addons by going into your website folder.