A prototype for developing mobile apps based on Rails
Installation
Prerequisite
-
Ruby >= 2.0.0
-
Git
First get the source code of Chatterbox-rails
git clone git://gitcafe.com/ShiningRay/chatterbox-rails.git bundle
then modify database.yml.example in config directory and save as database.yml, then setup database
bundle exec rake db:setup
After created database
bundle exec rails server
Then you can open localhost:3000/ in browser and use “chatterbox@gitcafe.com” and “chatterbox” to sign in
Also you can access localhost:3000/admin to use admin panel. Default admin: chatterbox@gitcafe.com password: chatterbox