Skip to content

Instantly share code, notes, and snippets.

@sabman
Created June 4, 2011 11:36
Show Gist options
  • Save sabman/1007828 to your computer and use it in GitHub Desktop.
Save sabman/1007828 to your computer and use it in GitHub Desktop.
Caritas-README.md

Getting started:

Pivotal Tracker

https://www.pivotaltracker.com/projects/158111

Access to code

You will need to contact [email protected] with your public key so that we can give you access to the git repository.

Get the code

$ git clone [email protected]:caritas.git

Install dependencies

Redis is main dependency. Install it by following the instructions at http://redis.io

Websocket server

$ cd caritas
$ bundle install
$ redis-server /usr/local/etc/redis.conf
$ bundle exec ruby ./script/websocket_server.rb
$ rails s
$ open localhost:3000

Load Data

$ rake db:seed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment