Skip to content

eduvo/registry-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Registry-server

Build Status

This is a centralized authentication and session management server intended to fulfill the features of a SSO server. Also check registry-client for rails integration.

This code is very young and still work in progress, don't use it !

Install

  1. go get github.com/mattn/gom
  2. gom install

Launch

find . -maxdepth 1 -name '*.go' -not -name '*_test.go' | xargs gom run

or add an alias in your .bashrc or .zshrc, it would work on any gom-based project

alias grun="find . -maxdepth 1 -name '*.go' -not -name '*_test.go' | xargs gom run"

Create ssl certs

For dev purposes

go run $GOROOT/src/pkg/crypto/tls/generate_cert.go --host="localhost"

For production better have real certificates.

Copyright

Copyright 2013 Faria Systems Ltd. Licensed under MIT Writen by mose

Releases

No releases published

Packages

No packages published