Skip to main content

Setup

Setup approaches

The infrastructure mentioned in the tooling page can be setup:

  • Manually: Follow the installation guide provided in the documentation of each each tool. The documentations are linked in the pages for each tool.
  • By using the provided Docker Compose infrastructure.

Docker Compose

Please ensure you have installed Docker Engine and Docker Compose.

For building the images from Dockerfile, use docker-compose --profile all build. Otherwise, you can use docker-compose --profile all pull to pull them. docker-compose --profile all up will splin up the services, but itcan use the upstream images if the build command was not ran before.