Skip to content

Instantly share code, notes, and snippets.

@coldclimate
Created February 5, 2014 19:28
Show Gist options
  • Select an option

  • Save coldclimate/8831241 to your computer and use it in GitHub Desktop.

Select an option

Save coldclimate/8831241 to your computer and use it in GitHub Desktop.
How I got hubot running and talking to hipchat on Ubuntu 13
sudo apt-get update
sudo apt-get install nodejs npm
sudo apt-get install build-essential libssl-dev git-core redis-server libexpat1-dev
npm install -g coffee-script
sudo npm install -g coffee-script
sudo npm install -g hubot coffee-script
sudo mkdir myrobot
sudo chown ubuntu:ubuntu myrobot
hubot --create myrobot
cd myrobot/
npm install --save hubot-hipchat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment