grav-learn
grav-learn copied to clipboard
Permission documentation is at incorrect position
chgrp -R GROUP . find . -type f | xargs chmod 664 find ./bin -type f | xargs chmod 775 find . -type d | xargs chmod 775 find . -type d | xargs chmod +s umask 0002`
the above settings should be documented post installation and setting up the server configs. Spent 3 sleepless nights trying to configure and setup grav correctly by following the steps.
by applying the above settings in webroot, it affects file/directory permission of all the other projects as well. so I propose to change the location of these above permission settings, after
Webservers block and before Running Grav with the Built-in PHP Webserver Using block
this will maintain the file permissions of other projects intact, and only change for the Grav installation which should be actually desired.
thanks.