Development¶
With Docker & Devcontainer¶
Install Docker, Git & Visual Studio Code
Clone Repo:
git clone git@github.com:SEGuRo-Projekt/Platform.gitOpen Repo as Devcontainer in Visual Studio Code
Press: Ctrl + Shift + P
Type:
Dev Containers: Reopen in containerPress Enter
Wait (the initial setup can take a couple of minutes)
Manual¶
Clone Repo:
git clone git@github.com:SEGuRo-Projekt/Platform.gitInstall Poetry:
pip install poetryInstall Python packages and dependencies:
poetry installStart Platform via Docker Compose:
docker compose up -d