Skip to content
This repository has been archived by the owner on Apr 27, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (18 loc) · 857 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 857 Bytes

Hubot Script Catalog

Lists available scripts from github/hubot-scripts.

Available at http://hubot-script-catalog.herokuapp.com (currently updates once an hour).

Developing

Hubot Script Catalog is built in Ruby with Sinatra, and uses Redis to store the script index.

Installing dependencies

Make sure Redis is installed.

Ruby dependencies are managed with Bundler:

bundle install

Building the index

To build the index, just run:

rake

Running the site

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.