cd ~/workspace git clone https://github.com/cloudfoundry/bosh-deployment git clone git@github.com:concourse/concourse.git git clone ssh://git@www.computerhok.nl:10022/metskem/boshlite.git cd boshlite/deployments/vbox rm -vf state.json ./alldeploy.sh
This should bring up the bosh director after a while, and also a running concourse bosh deployment at http://10.244.0.2:8080
If you repeat the install of bosh lite a couple of times, that will takes quite some disk space, to clean up, remove the directories ~/.bosh_virtualbox_cpi/ and ~/VirtualBox VM,the last one will delete all your Virtualbox VMs, beware !!
Also ~/.bosh can take up quite some space (mostly bosh releases)
You might have to also delete the ~/workspace/boshlite/deployments/vbox/state.json if you run into issues with deploying bosh.
Stopping and removing your Vbox VMs:
VBoxManage controlvm vm-0b17ec48-2d90-42c1-477e-dfbf3fa24973 poweroff VBoxManage unregistervm vm-0b17ec48-2d90-42c1-477e-dfbf3fa24973 --delete