Local Installation
Docker
Choose Your Architecture
docker compose pulldocker compose updocker compose builddocker compose upLast updated
For the current competitions, use the Production mode. It has stricter security policies and does not contain development tools.
If you haven't installed Docker before, please do so. Nothing will work without it [Installation Guide Link]
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 upTo run containers in the background, use the -d flag
Example:
docker compose up -dAfter this, please configure the programming languages. This is described on the next page.
Last updated