Skip to content
jwieringa edited this page Feb 12, 2013 · 2 revisions

Install Instructions

For Mac:

  1. Install node brew install node
  2. Install redis brew install redis

Be sure to follow the instructions from Brew for installing Redis.

Testing hubot locally

Install all of the required dependencies by running npm install.

It's easy to test scripts locally with an interactive shell:

% export PATH="node_modules/.bin:$PATH"
% bin/hubot

... and to run unit tests:

% make test
Clone this wiki locally