Skip to content

Getting Started

Prerequisites#

You need a few things installed

Using BUCC (BOSH, UAA, CredHub, and ConcourseCI)#

For this intro, we will use BUCC to set up a director easily.

We won't be using UAA, CredHub, or ConcourseCI in this introduction though.

Clone the BUCC repository, and allow direnv to run in here

git clone https://github.com/starkandwayne/bucc.git && cd bucc/
direnv allow

We also need the staticsite BOSH release for the demo

git clone https://github.com/shreddedbacon/staticsite-boshrelease.git

Clone it into the BUCC directory, so we can retain the BUCC/BOSH environment that is already configured

Reference Material#