Local Installation
For the current competitions, use the Production mode. It has stricter security policies and does not contain development tools.
Docker
If you haven't installed Docker before, please do so. Nothing will work without it [Installation Guide Link]
Choose Your Architecture
To install, you need to download the repository and deploy the Docker Compose Container.
Downloading images from the repository:
docker compose pullStart:
docker compose upTo install, you need to download the repository and deploy the Docker Compose Container.
Building images:
docker compose buildStart:
docker compose upAfter this, please configure the programming languages. This is described on the next page.
Last updated
Was this helpful?