Loading README.md +10 −0 Original line number Diff line number Diff line Loading @@ -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 ``` Loading
README.md +10 −0 Original line number Diff line number Diff line Loading @@ -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 ```