@TODO description
- Set you GOPATH properly (http://golang.org/doc/code.html#GOPATH)
go get github.com/piotrkowalczuk/auth-service
go get
if some dependencies are missing- Create
conf/{env}.xml
based onconf/{env}.xml.dist
- Set
$AUTH_SERVICE_ENV
global variable totest
,development
orproduction
go build
./auth-service initdb - execute data/sql/schema_{env}.sql against configured database.
./auth-service help [command] - display help message about available commands
- PostgreSQL
- MySQL (not supported yet)
- Commands
- Initialize database
- Start server
- Views
- Registration
- REST API
- Registration
- RPC API
- Registration