Skip to content

Setting up a Pivotal workstation

Raina Masand edited this page Feb 16, 2018 · 5 revisions

How to reimage and setup a new CAPI workstation in a Pivotal office

  1. Plug in dongle from CF Admins, and attach your ethernet cable
  2. Restart your machine, and hold down the “option” key
  3. Choose the CF network drive. It may take a second to pop up.
  4. Choose “Sierra” from the list of deployable things, and take note of the password
  5. When finished, log in with the temporary password
  6. Change the password to the team workstation password
  7. In the top-left menu, choose “About this mac” and click “Software Updates”. Upgrade to High Sierra.
  8. Open terminal
  9. Run
bash "$(https://raw.githubusercontent.com/cloudfoundry/capi-workspace/master/initial_bootstrap.sh)"

to install foundational tools like git and brew.

  1. Run
git clone https://github.com/cloudfoundry/capi-workspace.git
Clone this wiki locally