Skip to content

Instantly share code, notes, and snippets.

@noqcks
Forked from trey/hubot-slack-heroku.md
Created October 2, 2015 15:49
Show Gist options
  • Select an option

  • Save noqcks/955bb4a8b17c5c358b90 to your computer and use it in GitHub Desktop.

Select an option

Save noqcks/955bb4a8b17c5c358b90 to your computer and use it in GitHub Desktop.

Revisions

  1. noqcks revised this gist Oct 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion hubot-slack-heroku.md
    Original 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 HUBOT_SLACK_BOTNAME:hubot
    $ heroku config:set HUBOT_SLACK_BOTNAME:hubot
    ```
  2. @trey trey revised this gist Mar 20, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion hubot-slack-heroku.md
    Original 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://github.com/github/hubot/blob/master/docs/README.md)
    - [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`
  3. @trey trey created this gist Mar 21, 2014.
    21 changes: 21 additions & 0 deletions hubot-slack-heroku.md
    Original 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
    ```