A BOSH release for concourse. The easiest way to deploy your own instance of concourse on AWS, vSphere, Openstack or with Vagrant.
-
Install dependencies
vagrant plugin install vagrant-bosh gem install bosh_cli --no-ri --no-rdoc go get github.com/concourse/fly
-
Create a new VM
vagrant up
-
Play around with ATC
- Browse to your local ATC and trigger a build.
- Edit
manifests/vagrant-bosh.yml
andvagrant provision
to reconfigure.
- Play around with Fly
- Write a build config (
build.yml
) and run it withfly
. See Turbine's for an example.