Skip to content

FellowsFreiesWissen/openEcoach

Repository files navigation

Open eCoach: open Electronic COding Assigments Check

  1. check out this repo recursively
git clone --recurse-submodules -j8 https://github.com/FellowsFreiesWissen/openEcoach.git
cd openEcoach
  1. build the Docker container
docker build -t physikerwelt/praktomat-dev .
  1. run the docker container
docker run --name praktomat -p8000:8000 physikerwelt/praktomat-dev
  1. Open localhost:8000 in your browser and log in with username admin and password admin.

Start a the database (optional)

cd db
docker build -t physikerwelt/testdb .
docker run --env-file=./env.list -p 5432:5432 physikerwelt/testdb

Connect with the credentials specified in the env.list