Skip to content

Instantly share code, notes, and snippets.

@Remiii
Created August 16, 2014 17:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Remiii/8562ffb26122bd897cb1 to your computer and use it in GitHub Desktop.
Save Remiii/8562ffb26122bd897cb1 to your computer and use it in GitHub Desktop.
Hubot on OSX

Hubot on OSX

Install

$ brew update
$ brew upgrade
$ brew install redis

$ npm install -g hubot coffee-script

$ hubot --create ./pathToYourHubot

Run redis

$ redis-server

Run Hubot

$ cd pathToYourHubot
$ ./bin/hubot

That's it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment