Created
February 5, 2014 19:28
-
-
Save coldclimate/8831241 to your computer and use it in GitHub Desktop.
How I got hubot running and talking to hipchat on Ubuntu 13
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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