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
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 |