mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
chmod 777 is a bad practice
This commit is contained in:
parent
bacc5de3a2
commit
de99189325
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue