Verified Commit 99311fdb authored by Jakob Moser's avatar Jakob Moser
Browse files

Mention you have to create an instance folder

parent 5ad49a81
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
@@ -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
```