-
-
Save noqcks/955bb4a8b17c5c358b90 to your computer and use it in GitHub Desktop.
Revisions
-
noqcks revised this gist
Oct 2, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -17,5 +17,5 @@ Then don’t forget to update the `HEROKU_URL` environment variable. If you want to Hubot to respond to `hubot` instead of `slackbot`: ```bash $ heroku config:set HUBOT_SLACK_BOTNAME:hubot ``` -
trey revised this gist
Mar 20, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ # Steps to Install Hubot in Slack using Heroku - [Install Hubot locally](https://hubot.github.com/docs/) - [Install Slack Adapter](https://github.com/tinyspeck/hubot-slack) - Configure integration on Slack - Go to `[your-slack].slack.com/services/new/hubot` -
trey created this gist
Mar 21, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ # Steps to Install Hubot in Slack using Heroku - [Install Hubot locally](https://github.com/github/hubot/blob/master/docs/README.md) - [Install Slack Adapter](https://github.com/tinyspeck/hubot-slack) - Configure integration on Slack - Go to `[your-slack].slack.com/services/new/hubot` - [Deploy to Heroku](https://github.com/github/hubot/blob/master/docs/deploying/heroku.md) If you want to rename the automatically generated heroku domain name: ```bash $ heroku apps:rename [newname] ``` Then don’t forget to update the `HEROKU_URL` environment variable. If you want to Hubot to respond to `hubot` instead of `slackbot`: ```bash $ heroku config HUBOT_SLACK_BOTNAME:hubot ```