Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.

Building Henchman

jlin21 edited this page Nov 23, 2015 · 2 revisions
  • Install go here
  • Clone this repo to $GOPATH/src/github.com/apigee
    • $GOPATH should be the go project folder. It should contain bin, pkg, src
  • If you have not done so, set export $PATH=$PATH:$GOPATH/bin
  • cd $GOPATH/src/github.com/apigee/henchman
  • go get github.com/tools/godep
  • godep restore
  • go build -o bin/henchman

Clone this wiki locally