## modocot-moodle-docker This Docker image provides the LAMP stack, installs the latest bitnami-moodle including a SQLite3-Database and the [MoDoCoT moodle plugin for JUnit Test Assignments](https://transfer.hft-stuttgart.de/gitlab/HFTSoftwareProject/moodle-assignsubmission_modocot.git). Use the 'docker-compose_dev.yml' to set up the Project plus a Moodle-Frontend and a Database. The Plugin will be installed automatically as well as the Moodle environment. The Login is 'user' for the username and 'bitnami' for the password. Use the 'docker-compose.yml' to set up just the Project. You will need a running Moodle and install the Plugin manually. For both ways you will need to configure the IP-Adress for the MoDoCoT-Backend Container. It runs on Port '8800', so it is '\:8800'. ## Run docker-compose docker-compose up --build -d