Poor man's Continuous Integration platform using Docker.
Right now, this comprises
- Install docker.
- Install docker-compose.
- Clone this repository
Start your stack using docker-compose:
docker-compose up
Alternatively use Vagrant
vagrant up
Browse to
- Gitblit: http://localhost:8080
- Jenkins: http://localhost:8081
- SonarQube: http://localhost:9000