Skip to content
This repository was archived by the owner on Mar 21, 2019. It is now read-only.

go-tango/wego

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b50aa2b · Nov 8, 2017

History

40 Commits
Feb 20, 2015
Mar 2, 2017
Mar 2, 2017
Mar 2, 2017
Mar 2, 2017
Nov 8, 2017
Jan 2, 2015
Jan 2, 2015
Nov 3, 2015
Nov 8, 2017
Feb 26, 2015
Mar 2, 2017
Mar 2, 2017
Apr 19, 2015

Repository files navigation

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.