An error occurred while loading the file. Please try again.
4-application-run.md 1.01 KiB

Running the Application

  1. 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
  2. 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
  3. Check if the containers are running successfully:

    docker container ls

Application Setup

  1. Moodle Installation:

    • Follow the Moodle documentation in the frontend repository: Moodle DTA Docs.
  2. Testing:

  3. View Logs:

    docker logs -f <container_name>
  4. Stop Services:

    docker-compose down