Skip to content
This repository has been archived by the owner on Sep 29, 2018. It is now read-only.

firehose/sinatra/datamapper/backbone/redis chat server example

Notifications You must be signed in to change notification settings

andynu/firehose-sinatra-chat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

firehose-sinatra-chat-example

firehose/sinatra/datamapper/backbone/redis chat server example

PRE-REQS

  • Ruby

http://www.ruby-lang.org/en/

I like rvm ( https://rvm.io/ ).

  • bundler gem

    $ gem install bundler

  • Redis

Ubuntu

  $ sudo apt-get install redis-server

OSX

  $ brew install redis
  • sqlite3

Ubuntu

  $ sudo apt-get install libsqlite3-dev

OSX

  $ brew install sqlite

DEPENDENCIES

$ bundle install

RUNNING

First time:

$ rake db:create

Every time:

$ foreman start

About

firehose/sinatra/datamapper/backbone/redis chat server example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published