/chater

a real time web app with faye

Primary LanguageRuby

##What is Chater? Chater 是一个在线聊天室,一个实时web应用,一个基础实践.....

##How to run Chater?

  git clone  git@github.com:songjiayang/chater.git
  cd chater
  bundle 
  rackup faye.ru -E production -s thin       #启动faye
  bundle exec rake db:create
  bundle exec rake db:migrate
  bundle exec rake db:seed #初始化数据需要注入
  rails s

##Dependences

##参考文档

##Preview