cloudfoundry / cli-workstation

CF CLI Developer workstation setup/maintenance repository
Apache License 2.0
9 stars 6 forks source link
cli cloudfoundry fresh-installs macos ubuntu workstations

CLI Workstation

This repo is used to help setup and maintain a unified cli workstation.

How to use on Ubuntu (18.04)

For fresh installs on Ubuntu run the following command: (Note the bottom section for workarounds on a fresh workstation)

$ sudo apt install curl
$ curl -fsSL https://raw.githubusercontent.com/cloudfoundry/cli-workstation/main/install-ubuntu.sh | bash -
# Reboot to pick up new device drivers
$ sudo shutdown -r now

To keep the workstation up to date:

$ cd ~/workspace/cli-workstation
$ git pull -r
$ ./install-ubuntu.sh

Other things to configure:

Things missing from our workstation setup:

Notes from 1/16/19 Fresh Ocean Installation