After cloning the project:
- Install homebrew - ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)"
- Install Redis - brew install redis
- Start redis - redis-server
- git checkout development - to checkout to the development branch
- run sudo sh install - this will install any dependencies
- to start the node server - node server.js
Ready to go!