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

Latest commit

 

History

History
45 lines (29 loc) · 1.69 KB

README_CN.md

File metadata and controls

45 lines (29 loc) · 1.69 KB

WeGo

WeGo是一个开源的论坛系统,最初是从WeTalk克隆而来,后使用 tangoxorm 进行了重写。

安装

从源代码安装

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

如果需要自定义配置文件,请拷贝 conf/global/app.iniconf/app.ini 然后进行修改。

在目录 conf/ 里面的配置文件将会覆盖 conf/global/ 里面的配置文件。

运行 ./wego,然后在浏览器打开 http://localhost:9000 就可以看到论坛。

依赖

静态文件

WeGo 使用 Google Closure CompileYui Compressor 压缩 js 和 css 文件.

所以你可能需要Java运行时环境,或者您可以通过配置文件关闭此特性。

联系

此工程由 lunny 维护。

License

Apache License, Version 2.0.