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