nickromney / moodle4docker

Docker container for Moodle 3.2 + Nginx + PHP7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

Docker compose to setup a full Moodle 3.2 local environment.

Installation

Clone or download the repo:

 

$ wget https://github.com/pauloamgomes/moodle4docker/archive/v0.1.zip
$ unzip v0.1.zip
$ cd moodle4docker-0.1/docker-compose

Start the docker-sync container:

$ docker-sync start

Start docker compose:

$ docker-compose up

On first run it will install Moodle 3.2 using the command line tools (it may take a while). When installation is complete go to http://localhost and login using admin:admin123 as username/password.

The following endpoints are available: 

About

Docker container for Moodle 3.2 + Nginx + PHP7


Languages

Language:Shell 76.8%Language:Makefile 23.2%