Skip to content

moviepilot/shoutbox

 
 

Repository files navigation

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

About

Zero configuration status dashboard.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.0%
  • Ruby 38.8%
  • Shell 1.2%