Skip to content

beego/wetalk

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

WeTalk

An open source project for Gopher community.

Usage

go get -u github.com/beego/wetalk
cd $GOPATH/src/github.com/beego/wetalk

I suggest you update all Dependencies

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 WeTalk

bee run watchall

Dependencies

Contrib

Plz Note: WeTalk always use Beego develop branch

go get -u github.com/astaxie/beego
cd $GOPATH/src/github.com/astaxie/beego
git checkout develop

Update all Dependencies

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/howeyc/fsnotify
go get -u github.com/nfnt/resize
go get -u github.com/slene/blackfriday

Static Files

WeTalk 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.

WeTalk in world

Go China Community

Contact

Maintain by slene

License

Apache License, Version 2.0.

About

An open source project for Gopher community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published