GitHub - Sas0ri/gopher: Golang-China Website

go get -u code.google.com/p/gorilla/mux
go get -u code.google.com/p/gorilla/sessions
go get -u labix.org/v2/mgo
git clone git://github.com/jimmykuu/gopher.git
{
    "host": "http://localhost:8888",
    "port": "8888",
    "db": "localhost:27017",
    "cookie_secret": "05e0ba2eca9411e18155109add4b8aac",
    "smtp_username": "username@example.com",
    "smtp_password": "password",
    "smtp_host": "smtp.example.com",
    "smtp_addr": "smtp.example.com:25",
    "from_email": "who@example.com",
	"superusers": "jimmykuu,another"
}
go build -o gopher *.go
./gopher