Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Notes: Building Bosh Agent and Stemcell

victorfong edited this page Jan 19, 2016 · 2 revisions

###To Build stemcells, follow instructions found here:

https://github.com/cloudfoundry/bosh/blob/master/bosh-stemcell/README.md

###To Compile Agent:

  1. Go into the bosh-agent directory
~/workspace/bosh/go/src/github.com/cloudfoundry/bosh-agent
  1. Get vagrant running
vagrant up --provider=virtualbox
  1. After vagrant is up, the agent should already be compiled. Copy agent back to local machine:
scp [email protected]:/var/vcap/bosh/bin/bosh-agent ~/