Skip to content
This repository was archived by the owner on Jan 8, 2019. It is now read-only.

fntsrlike/Chatterbox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

API: gitcafe.com/GitCafe/Chatterbox/wiki

Releases

No releases published

Packages

No packages published