Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 694 Bytes

README.mac-arm.md

File metadata and controls

13 lines (13 loc) · 694 Bytes
  • open a terminal
  • install homebrew (docs)
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • install fastly, terraform and other cli tools
    brew install fastly terraform vegeta jq
  • gcloud cli (docs)
    curl -o https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-442.0.0-darwin-arm.tar.gz
    tar xf google-cloud-cli-*
    ./google-cloud-sdk/install.sh
  • clone this repo and cd into it
  • copy the variables file to start your own (which will be ignored by git)
    cp terraform.tfvars.example terraform.tfvars
  • terraform init