Skip to content
/ wego Public
forked from go-tango/wego

A forum system for Go written by tango & xorm

Notifications You must be signed in to change notification settings

595074187/wego

 
 

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.

About

A forum system for Go written by tango & xorm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 49.3%
  • HTML 34.8%
  • JavaScript 12.0%
  • CSS 3.9%