$ brew install git
$ brew cask install virtualbox
$ brew cask install vagrant
$ brew cask install java
$ cd ~/workspace
$ mkdir concourse
$ vagrant init concourse/lite
$ vagrant up
- Navigate to http://192.168.100.4:8080
- Download the CLI
$ cp ~/Downloads/fly /usr/local/bin
$ chmod u+x /usr/local/bin/fly
$ fly -t lite login -c http://192.168.100.4:8080
$ cd ~/workspace
$ git clone https://github.com/spilth/concourse-maven-spring-boot.git
$ cd concourse-maven-spring-boot
$ fly -t lite set-pipeline -p concourse-maven-spring-boot -c concourse/pipeline.yml
$ fly -t lite unpause-pipeline -p concourse-maven-spring-boot