Setting up a Mac for Edge

Install Git, Docker, and the Cloud Foundry CLI for Mac from the command line.

Procedure

  1. Open a terminal window.
  2. Run the following command to install Git, Docker, and the Cloud Foundry CLI (used to set up the Time Series service).
    bash <( curl https://raw.githubusercontent.com/PredixDev/local-setup/master/setup-mac.sh ) --git --cf --docker
    Learn more about how this quick start script works (and other available flags) in the Predix Dev local setup GitHub repository.