This application utilizes Ruby, Sinatra, and Redis.
Roughly goes like this
- install rvm
- install a ruby, preferrably 1.9.3
- install homebrew
- install redis via homebrew
bundle installgem install shotgun--- for debug mode code reloading for sinatrashotgun -p 3000 app.rb- visit http://localhost:3000
Roughly the same as Mac above, except
- instead of homebrew, just use
apt-getoraptitude apt-get install redis-server
- create a score calculator -- walk the tree and calcualte score, likely