README.md 856 Bytes
Newer Older
Vayhinger's avatar
Vayhinger committed
1
## modocot-moodle-docker
Dominik Vayhinger's avatar
Dominik Vayhinger committed
2

3
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).  
Dominik Vayhinger's avatar
Dominik Vayhinger committed
4

5
6
7
8
9
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 '\<Your-IP>:8800'.
Vayhinger's avatar
Vayhinger committed
10
## Run docker-compose
Dominik Vayhinger's avatar
Dominik Vayhinger committed
11
12
docker-compose up --build -d

Vayhinger's avatar
Vayhinger committed
13