Skip to content

nirmalgupta/cloud-foundry-local-installation-macbook-pro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

cloud-foundry-local-installation-macbook-pro

pre-req:

  1. install vagrant from vagrantup.com
  2. install brew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  3. install brew cask brew install caskroom/cask/brew-cask
  4. install virtual box brew cask install virtualbox
  5. install spiff
 brew tap xoebus/homebrew-cloudfoundry
 brew install spiff

install

sudo gem install bosh_cli
mkdir cloudfoundry
cd cloudfoundry
git clone https://github.com/cloudfoundry/bosh-lite
cd bosh-lite
vagrant up --provider=virtualbox
bosh target 192.168.50.4 lite
bosh login
bin/add-route
cd ..
git clone https://github.com/cloudfoundry/cf-release
cd cf-release
./update
cd ../bosh-lite/
./bin/provision_cf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published