by Elias Klughammer
This is a demo application for bringing together the Cappuccino Framework (http://www.cappuccino.org) and the Juggernaut Push Server for Ruby on Rails.
Here you can see a demonstration of the sample app.
1. Install Ruby on Rails
sudo gem install rails
2. Install the Juggernaut Gem
sudo gem install juggernaut
3. Download the demo app and unpack it.
4. Start the Rails application
ruby script/server
5. Start the Juggernaut server
juggernaut -c juggernaut.yml
6. Open the browser and go to http://localhost:3000