Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 740 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 740 Bytes

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