backEnd for mentorChat, a project for homework in BUAA mentor project
The program relys on Redis and upsetly, Redis has no windows binaries so you can only install it on OS like linux or Mac
Since it is just a pre-release, you may have to install it manually, including fixing dependencies yourself, here is what we need
- Redis Server (go download at
redis.io) - Go tools (please go to
golang.org/dlto download and install one since the one on apt-get repo is ridiculously old) - beego (
go get "github.com/astaxie/beego") - redigo (
go get "github.com/garyburd/redigo/redis")
And then with go build you can "easily" build and run the server
With app.conf you will be able to adjust some settings