Simple status dashboard. Check out here a full description of the project and how we use it internally.
shoutbox will only run with thin in production mode, so please start shoutbox via
rackup -s thin -E production
If you edit stylesheets, also run:
compass watch -c config/compass.rb
Edit mongodb settings in config/mongodb.conf, use rackup for all other options. Add your twitter and pusher credentials to config/shoutbox.yml.
Add your pusher application ID# in public/javascripts/shoutbox.js(line 17).
var pusher = new Pusher('your-app-id');