Skip to content

Instantly share code, notes, and snippets.

@sapegin
Created January 16, 2012 09:05
Show Gist options
  • Select an option

  • Save sapegin/1619887 to your computer and use it in GitHub Desktop.

Select an option

Save sapegin/1619887 to your computer and use it in GitHub Desktop.
Hubot on virtual hosting
PATH=/home/hosting_sapegin/python/lib/python2.5/site-packages:/home/hosting_sapegin/bin:/usr/local/bin:/usr/bin:/bin:/usr/games:/var/lib/gems/1.8/bin:/usr/local/rvm/bin
HOME=/home/hosting_sapegin
NODE_PATH=$HOME/usr/node
HUBOT_GTALK_USERNAME="*****@gmail.com"
HUBOT_GTALK_PASSWORD="*****"
HUBOT_GTALK_WHITELIST_USERS="artem@sapegin.ru,sapegin@jabber.org"
HUBOT_DEPLOY_DIR="$HOME/projects"
0 4 * * * killall node || /home/hosting_sapegin/bin/coffee /home/hosting_sapegin/bin/hubot 2>/home/hosting_sapegin/cron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment