Skip to content

Instantly share code, notes, and snippets.

@zgohr
Created April 5, 2012 18:38
Show Gist options
  • Save zgohr/2313144 to your computer and use it in GitHub Desktop.
Save zgohr/2313144 to your computer and use it in GitHub Desktop.
simple hubot start script. do not use for production!
#!/bin/bash
export PATH="node_modules/.bin:$PATH"
export HUBOT_CAMPFIRE_TOKEN="token"
export HUBOT_CAMPFIRE_ROOMS="1,2,3,4"
export HUBOT_CAMPFIRE_ACCOUNT="subdomain"
export HUBOT_FOGBUGZ_HOST="some/fogbugz/server"
export HUBOT_FOGBUGZ_TOKEN="token"
export HUBOT_GITHUB_USER="gh_account"
export HUBOT_GITHUB_TOKEN="token"
~/projects/hubot/bin/hubot -a campfire
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment