In order to follow my instructions you will need install:
- Docker — instructions for Ubuntu, Windows , Mac (if you’re on Ubuntu, you’ll need also to install Docker Compose separately),
- Maven — official installation guideline.
develop-env/
├─ docker-compose.yml
└── sonar/
├── Dockerfile
└── sonar.properties
Run development environment
$ docker-compose upor run in background
$ docker-compose up -dTo down environment
$ docker-compose down
- Github, Web-based version-control and collaboration platform for software developers.
