A mínimal configurable stack for Moodle™ Developers
To create the project requires:
- Unix (WSL2 compatible)
- curl
- git
- docker
- docker-compose
Execute this script:
curl -sSL https://raw.githubusercontent.com/prinhelmet/docker-for-moodle/main/install.sh > install.sh
chmod +x install.sh
./install.sh
This proccess create a folder-tree and clone Moodle™ official repo. When finished you only need to execute
docker-compose up -d
[WIP]