A forum system for Go written by tango & xorm
Go to file
2017-11-08 11:23:53 +08:00
conf remove java dependency & add sql script 2015-02-20 12:09:31 +08:00
middlewares use vendor to manange dependencies 2017-03-02 22:34:05 +08:00
models use vendor to manange dependencies 2017-03-02 22:34:05 +08:00
modules use vendor to manange dependencies 2017-03-02 22:34:05 +08:00
routers use vendor to manange dependencies 2017-03-02 22:34:05 +08:00
setting fix login error 2017-11-08 11:23:53 +08:00
static init 2015-01-02 08:43:27 +08:00
static_source init 2015-01-02 08:43:27 +08:00
templates bug fixed of templates and middlewares interface changed 2015-11-03 14:12:20 +08:00
vendor fix vendor 2017-11-08 10:54:59 +08:00
.gitignore bug fixed & refactor 2015-02-26 13:47:04 +08:00
README_CN.md 更新README 2017-03-02 22:41:52 +08:00
README.md 更新README 2017-03-02 22:41:52 +08:00
we.go some improvements 2015-04-19 16:43:09 +08:00

WeGo

简体中文

An open source forum system for Gopher community forked from WeTalk and rewritten via tango & xorm.

Installation

From source

go get github.com/go-tango/wego
cd $GOPATH/src/github.com/go-tango/wego
go build

Copy conf/global/app.ini to conf/app.ini and edit it. All configure has comment in it.

The files in conf/ can overwrite conf/global/ in runtime.

run ./wego and then open http://localhost:9000 in your web browser.

Dependencies

Contrib

Static Files

WeGo use Google Closure Compile and Yui Compressor compress js and css files.

So you could need Java Runtime. Or close this feature in code by yourself.

Contact

Maintain by lunny

License

Apache License, Version 2.0.