Verified Commit 8c10c281 authored by Jakob Moser's avatar Jakob Moser
Browse files

Mention Docker

parent 58189196
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -70,3 +70,13 @@ You can now access Portal at https://localhost:5000
> ```
>
> This is because the database schema might have changed online. Your local database must be upgraded to the latest schema to run the latest code.

### Dockerized alternative

If you have Docker installed and enabled, you can also skip all of the instructions above:

```sh
git clone https://gitlab.cl.uni-heidelberg.de/Fachschaft/portal.git
cd portal
sudo docker compose -f docker-compose.dev.yml up
```