Skip to content

Instantly share code, notes, and snippets.

@matbrady
Last active January 9, 2018 20:39
Show Gist options
  • Save matbrady/7b9d3b48abdfa57c0822e64ce0028420 to your computer and use it in GitHub Desktop.
Save matbrady/7b9d3b48abdfa57c0822e64ce0028420 to your computer and use it in GitHub Desktop.
Notes when investigating Pantheon

Pantheon

Install Terminus

  1. Install CLI https://pantheon.io/docs/terminus/install/ important: make sure to quote any complex strings otherwise terminus will fails to load the variables.
brew tap homebrew/php
brew install homebrew/php/terminus
  1. Install Plugins
composer create-project -n -d ~/.terminus/plugins pantheon-systems/terminus-composer-plugin:~1
composer create-project -n -d ~/.terminus/plugins pantheon-systems/terminus-build-tools-plugin:~1
composer create-project -d ~/.terminus/plugins pantheon-systems/terminus-secrets-plugin:~1
  1. Generate Machine Token terminus auth:login --machine-token=$TOKEN

  2. Add SSH Key

Separate ENV Variables

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment