Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 706 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 706 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 credetentials to config/shotbox.yml.

Add you pusher application id in public/javascripts/shoutbox.js(line 17).

    var pusher = new Pusher('your-app-id');