The highest tagged major version is
v6.
module
Version:
v0.19.0
Opens a new window with list of versions in this module.
Published: Nov 1, 2014
License: Apache-2.0
Opens a new window with license information.
README
¶
concourse
A BOSH release for concourse. The
easiest way to deploy your own instance of concourse on AWS, vSphere,
Openstack or with Vagrant.
Try it on Vagrant
-
Fetch the bosh-release
git clone https://github.com/concourse/concourse
cd concourse
git submodule update --init --recursive
-
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
This can take a bit as it will compile everything from source (including
Postgres). Later provisions won't take nearly as long.
vagrant up --provider virtualbox
Currently the only supported provider is VirtualBox. Other providers (AWS,
VMware Fusion) should work with minimal changes, but are not tested.
-
Play around with ATC, the web UI.
- Browse to your local ATC and trigger a build.
- Edit
manifests/vagrant-bosh.yml
and vagrant provision
to reconfigure.
- Play around with Fly, the CLI.
- Write a build config and run it with
fly
.
- Hop into the container of a running build with
fly hijack
.
Directories
¶
src
|
|
|
Package bcrypt implements Provos and Mazières's bcrypt adaptive hashing algorithm. |
|
Package blowfish implements Bruce Schneier's Blowfish encryption algorithm. |
Click to show internal directories.
Click to hide internal directories.