Skip to content

Instantly share code, notes, and snippets.

@clementohNZ
Forked from kevin-smets/concourse.md
Created July 12, 2018 22:29
Show Gist options
  • Select an option

  • Save clementohNZ/ce72b16f076ca2c152131f820911a658 to your computer and use it in GitHub Desktop.

Select an option

Save clementohNZ/ce72b16f076ca2c152131f820911a658 to your computer and use it in GitHub Desktop.
Setup the Concourse binary locally on macOS and run the hello world example.

Prerequisites: Homebrew

Install Concourse

curl -Lo concourse https://github.com/concourse/concourse/releases/download/v2.2.1/concourse_darwin_amd64 && chmod +x concourse && sudo mv concourse /usr/local/bin

Install Postgres

brew cask install postgres

Add /Applications/Postgres.app/Contents/Versions/latest/bin to your $PATH

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