Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 707 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 707 Bytes

shoutbox

Simple status dashboard. Check out here a full description of the project and how we use it internally.

How to run

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

Configuration

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');