Tutorials
Bosh local development environment
First Published: 29 July 2017
At the end of this tutorial you will have a bosh director running in a local Virtualbox VM and Concourse deployed to it.
You will be able to interact with this local bosh director and Concourse the same way you would a remote, production grade setup.
With the move to bosh2 and bosh-deployment, treating your local dev differently to production is no longer needed.
bosh-lite, the vagrant box with a bosh director baked in is now deprecated in favour of the virtualbox CPI and treating virtualbox just like any other IaaS provider.
... Read More
Creating a bosh release
First Published: 16 July 2017
A tutorial on creating a bosh release from scratch.
This tutorial assumes you have:
bosh cli installed and ready Virtualbox 5.1 installed and ready a bosh director installed and ready Overview Create a project Create a package Create a job Create and Upload a release Create a manifest Deploy Create a project bosh init-release --git --dir=simple-http-server-boshrelease cd simple-http-server-boshrelease Create a job bosh generate-job simple-http-server Create jobs/simple-http-server/templates/ctl.
... Read More