Merge pull request #4836 from Angristan/patch-1

chmod 777 is a bad practice
2022.09-rc
Hypolite Petovan 2018-06-22 16:09:01 -04:00 zatwierdzone przez GitHub
commit 78114c13d5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -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.