Script pour installer le CMS getgrav avec plugins

kevin tessier f3a9e7aa4d modif readme 4 years ago
README.md f3a9e7aa4d modif readme 4 years ago
install-grav.sh be5002051c first commit 4 years ago

README.md

run script

$ cp install-grav.sh your/folder/install/getgrav

$ cd /your/folder/install/getgrav

$ . install-grav.sh

Docker

if use docker, put this script into Docker/php folder.

Add in Dockerfile :

COPY ./install-grav.sh /var/www/install-grav.sh

RUN chmod ugo+x /var/www/install-grav.sh

And build/run your docker, connect to your php docker and run this script.

Warning

This script change permissions and usergroups https://learn.getgrav.org/16/troubleshooting/permissions