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