moredip / concourse-build

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I make it go?

vagrant up
open http://192.168.100.27:8080/

setting up the fly cli

We manage concourse pipelines using the fly cli tool. You can download it from your concourse instance. These links should work for you if you used vagrant up: mac linux windows.

For convenience, place the fly cli tool somewhere in your $PATH. Here's one approach:

mkdir -p ~/bin
export $PATH=$PATH:~/bin
curl -o ~/bin/fly "http://192.168.100.27:8080/api/v1/cli?arch=amd64&platform=darwin"
chmod u+x ~/bin/fly

About