deploymeteor
deploymeteor copied to clipboard
The deploymeteor script makes it as easy as possible to deploy a meteor app to a standard Amazon EC2 server running the latest Amazon Linux AMI.
This is a feature request. How about adding support for attaching a predefined number of meteor **instance-clones** to a **Load Balancer** like one of these: - PM2 Load Balancer https://github.com/Unitech/PM2...
After running prepserver and during setup of application we see that /usr/bin/env: node: No such file or directory. When we look in env node is pointing to ~/.nvm/v0.10.26/bin/node which does...
Script fails for the following reason Pseudo-terminal will not be allocated because stdin is not a terminal. Any ideas?
After prepping and deploying with commands (all successful seemingly) I ran the git push master command which returned this error: ``` remote: /home/ubuntu/.meteor/packages/meteor-tool/.1.0.41.yumiah++os.linux.x86_64+web.browser+web.cordova/meteor-tool-os.linux.x86_64/dev_bundle/lib/node_modules/fibers/future.js:206 remote: throw(ex); remote: ^ remote: Error: EACCES,...
Any plans to support other hosts in the futur? :)
This is of course not a bug, but as an ec2 noob it confuses me that there is no output after install/startup telling me at what url the app is...
I haven't quite gotten deploymeteor to do it's thing yet. In trying to make sure everything is up to date, I ran deploymeteor prepserver, and got the following--The server is...