Magic
After go-getting this project, please follow steps below.
-
go get
these two projects -
Set these two environment variables
for windows:
+ `EC_APP_PATH` => `%GOPATH%\src\github.com\eaciit\colony-app\app-root`
+ `EC_DATA_PATH` => `%GOPATH%\src\github.com\eaciit\colony-app\data-root`
for unix/linux/darwin:
+ `EC_APP_PATH` => `$GOPATH/src/github.com/eaciit/colony-app/app-root`
+ `EC_DATA_PATH` => `$GOPATH/src/github.com/eaciit/colony-app/data-root`
Run the app
go run colony.go