Loading README.md +14 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,20 @@ cd portal sudo docker compose -f docker-compose.dev.yml up ``` ## Flask shell Sometimes, you need to enter a “Flask shell”, to change internal configuration. This works like this: ```bash uv run flask shell ``` If you're using Docker, it works like this: ```bash sudo docker exec -it portal-app-1 uv run flask shell ``` ## Configure ### LDAP server Loading Loading
README.md +14 −0 Original line number Diff line number Diff line Loading @@ -81,6 +81,20 @@ cd portal sudo docker compose -f docker-compose.dev.yml up ``` ## Flask shell Sometimes, you need to enter a “Flask shell”, to change internal configuration. This works like this: ```bash uv run flask shell ``` If you're using Docker, it works like this: ```bash sudo docker exec -it portal-app-1 uv run flask shell ``` ## Configure ### LDAP server Loading