Skip to content

Instantly share code, notes, and snippets.

@rahearn
Created March 26, 2014 14:43
Show Gist options
  • Save rahearn/9784938 to your computer and use it in GitHub Desktop.
Save rahearn/9784938 to your computer and use it in GitHub Desktop.
Skynet deploy details
source "https://rubygems.org"
gem 'skynet-deploy', '~> 1.3'
# jekyll deps
gem 'kramdown', '~> 1.3'
gem 'RedCloth', '~> 4.2'
gem 'gsl', '~> 1.14'
SK01:2345:respawn:/bin/su - skynet -c 'cd /opt/skynet;rvm use ruby-1.9.3-p484@skynet;bundle exec skynet server >> /var/log/skynet/web-1.log 2>&1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment