-
Install Golang
-
Create a new work space:
mkdir ~/go-workspace
-
Install dependencies:
go get labix.org/v2/mgo go get labix.org/v2/mgo/bson go get code.google.com/p/gcfg go get github.com/argoeu/go-lru-cache
or
go get
-
Build the service:
go build
-
Run the service:
./ar-web-api