@see http://stackoverflow.com/questions/36596743/how-to-install-cloudfoundry-on-local-server
To get tools installed
./bosh-me.sh
git clone [email protected]:cloudfoundry/bosh-lite.git
cd bosh-lite
vagrant up --provider=virtualbox
export no_proxy=xip.io,192.168.50.4
bosh target 192.168.50.4 lite
admin/admin
bin/add-route
-
Download stemcell https://s3.amazonaws.com/bosh-core-stemcells/warden/bosh-stemcell-3363.19-warden-boshlite-ubuntu-trusty-go_agent.tgz using Vivaldi
bosh upload stemcell ~/Downloads/bosh-stemcell-3363.19-warden-boshlite-ubuntu-trusty-go_agent.tgz
cd ..
git clone https://github.com/cloudfoundry/cf-release.git --recursive
cd cf-release
scripts/generate-bosh-lite-dev-manifest
bosh create release --force && bosh upload release && bosh -n deploy
cf login -a https://api.bosh-lite.com --skip-ssl-validation -u admin -p admin
cf create-org org
cf create-space space -o org
cf target -o org -s space
cf push