maphew

Grav CMS on NearlyFreeSpeech.net

unzip distrib archive to /home/public/

(start with a "skeleton" package, not just the core + admin)

from NFS site admin panel run “ Repossess Files

Fix file perms

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

From < https://learn.getgrav.org/troubleshooting/permissions

 

from ssh create new grav admin user

`bin/plugin login newuser`

From < https://learn.getgrav.org/admin-panel/faq