A small project that will clone and configure the "Moodle" and "Moodle-Docker" projects, and provide shell scripts to control the docker containers, in order to allow an easy context from which we can develop Plugins.
- Make sure
docker-composeis installed (and available from the cmd-line) - Open a terminal window
- Run the following from the project root:
./script.sh up
- To see all available commands:
./script.sh - To run the server:
./script.sh up - To stop the server
./script.sh down
- Do not run script from Eclipse, it doesn't have access to
docker-composeso if you run thescript.shfrom there it will complain.