Loading README.md +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ Then, run: ```sh cd portal mkdir instance # only necessary at first start export FLASK_APP=portal uv run alembic upgrade head # to create (and update!) the database uv run flask run Loading @@ -78,6 +79,7 @@ If you have Docker installed and enabled, you can also skip all of the instructi ```sh git clone https://gitlab.cl.uni-heidelberg.de/Fachschaft/portal.git cd portal mkdir instance sudo docker compose -f docker-compose.dev.yml up ``` Loading Loading
README.md +2 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ Then, run: ```sh cd portal mkdir instance # only necessary at first start export FLASK_APP=portal uv run alembic upgrade head # to create (and update!) the database uv run flask run Loading @@ -78,6 +79,7 @@ If you have Docker installed and enabled, you can also skip all of the instructi ```sh git clone https://gitlab.cl.uni-heidelberg.de/Fachschaft/portal.git cd portal mkdir instance sudo docker compose -f docker-compose.dev.yml up ``` Loading