-
Clone this repository:
$ git clone https://github.com/FachschaftMathPhysInfo/altklausur-ausleihe.git
-
Install
docker
and thedocker compose
plugin. -
Change into the
env_files
directory and copy the example env files:$ cd env_files $ cp backend.env.example backend.env $ cp exam_marker.env.example exam_marker.env $ cp minio.env.example minio.env $ cp postgres-credentials.env.example postgres-credentials.env
-
Build and start the project:
$ docker compose up --build
-
Visit http://localhost:8080 to see the project
-
For the test instance you can go to http://localhost:8080/testlogin to obtain a valid JWT token
See the documentation in ./tools/README.md
.