Fix chmod and chown, add note about webserver user
This commit is contained in:
parent
de99189325
commit
3ccd64ad9f
|
@ -50,10 +50,11 @@ The Linux commands to clone the repository into a directory "mywebsite" would be
|
||||||
cd mywebsite
|
cd mywebsite
|
||||||
util/composer.phar install
|
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
|
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.
|
Get the addons by going into your website folder.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue