TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

MacOS/Sierra flogo-cli getting started issue... #27

Closed stevefister closed 7 years ago

stevefister commented 7 years ago

Following the readme:

Installed Go latest Set Go Path - export PATH=$PATH:/usr/local/go/bin Installed gb - go get github.com/constabulary/gb/... Installed Flogo - go get github.com/TIBCOSoftware/flogo-cli/... Download myflow.json to work folder run - ./flogo create myApp

Error: Cannot create flogo project [myApp], gb is not installed

Am I missing something here? Thanks!

fcastill commented 7 years ago

You also need to set your GOPATH (or workspace) and add $GOPATH/bin to your PATH env variable.

stevefister commented 7 years ago

Ah, yes, that worked. Thank you!