Lists available scripts from github/hubot-scripts.
Available at http://hubot-script-catalog.herokuapp.com (currently updates once an hour).
Hubot Script Catalog is built in Ruby with Sinatra, and uses Redis to store the script index.
Make sure Redis is installed.
Ruby dependencies are managed with Bundler:
bundle install
To build the index, just run:
rake
To run the site, run:
ruby app.rb
If you're looking to reload app code on the fly, use shotgun or Pow's always_restart
feature.