/mchat_server

irc like chat server

Primary LanguageRubyMIT LicenseMIT

Mchat Server

Mchat is IRC like chat client.

This is Mchat server repo, client repo:

Doc: 用Ruby打造一个命令行Slack

Prepare

make sure you run redis service

ENV

provide ENV for the server.

REDIS_URL

Find helpful rake tasks

rake or rake -T

all tasks in config/tasks, you can edit by yourself.

Run server & develop

rake server:dev

Production Server & deploy

rake server:prod

you can also use docker

docker built -t <what your docker image label> .

License

The gem is available as open source under the terms of the MIT License.