An error occurred while loading the file. Please try again.
-
Rosanny Sihombing authored0b3430b4
Running the Application
-
Create a directory for the cota (Note: you can also use your test-runner directory):
mkdir ~/cota cp -R ~/dev/dtabackend/ifc/generic-proxy/ ~/cota
-
Set up the environment:
sudo mkdir /tmp/dta-tests sudo chown root:docker /tmp/dta-tests export EGID=$(getent group docker | cut -d: -f3) cd ~/cota docker-compose up -d
-
Check if the containers are running successfully:
docker container ls
Application Setup
-
Moodle Installation:
- Follow the Moodle documentation in the frontend repository: Moodle DTA Docs.
-
Testing:
- See the testing documentation in the backend repository: Backend Test Docs.
-
View Logs:
docker logs -f <container_name>
-
Stop Services:
docker-compose down