Skip to content

hyper0x/go_idcenter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go_idcenter

A simple implement of id center.

Usage

  1. Ensure the project in dir '$GOPATH/src'

  2. Optional:

  3. Get and install the library dependencies (Optional):

# redis driver
go get github.com/garyburd/redigo/redis

# mysql driver
go get github.com/ziutek/mymysql/thrsafe
go get github.com/ziutek/mymysql/autorc
go get github.com/ziutek/mymysql/godrv

# go_lib
cd <$GOPATH1/src> # $GOPATH1 is the first part of $GOPATH.
git clone https://github.com/hyper-carrot/go_lib.git
  1. Edit id_center.config for your need.

  2. Run:

cd <project_path>
go run server.go
  1. Access through web browser, url: http://<hostname>:<port>/id?group=<group name>.

License

Copyright (C) 2013

Distributed under the BSD-style license, the same as Go.

About

A simple implement of id center.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published