Skip to content
This repository was archived by the owner on Dec 13, 2024. It is now read-only.

IDEA Configuration

Netherfoam edited this page Aug 12, 2018 · 1 revision

IntelliJ Configuration

This is a quick guide on getting started inside IntelliJ IDEA.

Importing the Project

Import the project as a Maven project.

Test Configuration

For Docker tests, you will need:

  • Docker

For Windows, you'll need to add the following environment variables to run tests:

DOCKER_COMPOSE_LOCATION="C:/Program Files/Docker Toolbox/docker-compose.exe"
DOCKER_LOCATION="C:/Program Files/Docker Toolbox/docker.exe"
DOCKER_HOST="tcp://192.168.99.100:2376"

You may also need to boot the docker daemon.

Clone this wiki locally