Local Installation

Docker

Choose Your Architecture

To install, you need to download the repository and deploy the Docker Compose Container.

Downloading images from the repository:

docker compose pull

Start:

docker compose up

To run containers in the background, use the -d flag

Example:

docker compose up -d

After this, please configure the programming languages. This is described on the next page.

Last updated

Was this helpful?