From de99189325cd56e0e40c656c4b288387ff7cdbba Mon Sep 17 00:00:00 2001 From: Angristan Date: Fri, 13 Apr 2018 20:54:02 +0200 Subject: [PATCH] chmod 777 is a bad practice --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.