Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
5.0.0rc1
-
None
Description
The install instructions still say nothing about permission on config/ dir....
$ sudo setfacl -R -m u:www-data:rwx -m u:www-data:rwx ezpublish/cache ezpublish/logs $ sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx ezpublish/cache ezpublish/logs
In order for the Setup Wizard to be able to write to config dir, this needs to be changed to :
$ sudo setfacl -R -m u:www-data:rwx -m u:www-data:rwx ezpublish/cache ezpublish/logs ezpublish/config $ sudo setfacl -dR -m u:www-data:rwx -m u:`whoami`:rwx ezpublish/cache ezpublish/logs ezpublish/config