We use docker, specifically docker-compose. To run this application simply install docker and docker-compose and then do
$ docker-compose up
If you get an error about docker the docker daemon not running, try doing the following
# systemctl enable --now docker
Start the desktop app, it will start a docker daemon after you entered your password.
TODO
Only for testing purposes, since there is a database server set up at school. We use roughly this schema:
to import it, run something like this:
$ cat init.sql > docker exec tutoring-backend-mysql-1 mysql -u tutoring -p garnichts
(untested)