mfernam / docker-compose-moodle

Docker-compose to install moodle 3.6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker-compose that create an initial installation of moodle.

Requirements

Docker and docker-compose installed. You can use this script to install it: https://gist.github.com/mfernam/1a4fc33d9bc39a01dc91d2e901896ab4

Instructions:

$ docker-compose up -d --build

When finish this command go to http://localhost and moodle is ready to install it.

If you have problem with permissions on /var/www/moodledata:

$ docker exec moodle chown www-data:www-data /var/www/moodledata

About

Docker-compose to install moodle 3.6

License:GNU General Public License v3.0


Languages

Language:PHP 79.7%Language:JavaScript 14.3%Language:Gherkin 2.8%Language:CSS 1.8%Language:HTML 1.3%Language:XSLT 0.0%Language:Perl 0.0%Language:PLSQL 0.0%Language:Dockerfile 0.0%Language:Hack 0.0%