A forum application powered by Go.
Usage
go get -u github.com/missdeer/kelly
cd $GOPATH/src/github.com/missdeer/kelly
I suggest you update all DependenciesCopy
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 kelly
bee run watchall
Dependencies
Contrib- Beego https://github.com/astaxie/beego
- Social-Auth https://github.com/beego/social-auth
- Compress https://github.com/beego/compress
- i18n https://github.com/beego/i18n
- Mysql https://github.com/go-sql-driver/mysql
- goconfig https://github.com/Unknwon/goconfig
- fsnotify https://github.com/fsnotify/fsnotify
- resize https://github.com/nfnt/resize
- blackfriday https://github.com/russross/blackfriday
go get -u github.com/beego/social-auth
go get -u github.com/beego/compress
go get -u github.com/beego/i18n
go get -u github.com/go-sql-driver/mysql
go get -u github.com/Unknwon/goconfig
go get -u github.com/fsnotify/fsnotify
go get -u github.com/nfnt/resize
go get -u github.com/russross/blackfriday
Static Files
kelly useGoogle Closure Compile
and Yui Compressor
compress js and css files.So you could need Java Runtime. Or close this feature in code by yourself.
from https://github.com/missdeer/kelly
https://github.com/missdeer/toto
No comments:
Post a Comment