Skip to content

Instantly share code, notes, and snippets.

View harrylove's full-sized avatar

Harry Love harrylove

View GitHub Profile
@harrylove
harrylove / README
Last active August 30, 2016 07:58 — forked from fightingtheboss/deploy.rb
Capistrano deploy script for Meteor on AWS running RedHat
This assumes you've already set up your instance with node, npm, forever, mongodb, configured ports, and have optionally added a web server like nginx to proxy access to meteor.
Local
1. Install Ruby
2. gem install capistrano
3. cd /your/meteor/project
4. capify .
5. edit config/deploy.rb as needed with below
AWS