Created
August 2, 2013 16:18
-
-
Save beaufour/6141197 to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
# Core | |
export HUBOT_HIPCHAT_JID="XXXXX" | |
export HUBOT_HIPCHAT_PASSWORD="YYYYY" | |
export HUBOT_AUTH_ADMIN=ZZZZZ | |
export HUBOT_DIR=/home/ubuntu/ponce | |
# Plugins | |
export HUBOT_DARK_SKY_API_KEY="XXXXXX" | |
export HUBOT_DARK_SKY_DEFAULT_LOCATION="New York, NY" | |
cd $HUBOT_DIR | |
bin/hubot --adapter hipchat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment