Enterprise of the 2Q2R server
- Install Glide. Make sure
you've either set your
$GOBIN
or your$PATH
includes$GOPATH/bin
. make install_dependencies
- If not already done, bootstrap the database with
go run cmd/bootstrap/bootstrap.go
. go run cmd/server/server.go
Run godoc -http=:6060
and then navigate to localhost:6060/pkg/2q2r
.