Last active
February 7, 2016 13:12
-
-
Save auycro/7565482202fd114e93d6 to your computer and use it in GitHub Desktop.
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
| npm local lib path | |
| $ echo 'export NODE_PATH="'$(npm root -g)'"' >> ~/.bash_profile && . ~/.bash_profile | |
| npm search hubot scripts | |
| $ npm search hubot-scripts github | |
| Login to heroku | |
| $ heroku login | |
| Push to Heroku | |
| $ git push heroku master | |
| Set Hubot Environment [link](https://www.npmjs.com/package/hubot-env) | |
| $ npm install --save hubot-env | |
| then add ["hubot-env"] to external-scripts.json | |
| Hubot Chatwork (link)[https://github.com/akiomik/hubot-chatwork] | |
| Hubot Scripting | |
| https://hubot.github.com/docs/scripting/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment