t3db0t
November 15, 2017, 8:20pm
1
The most recent guide I know of is this one: https://themeteorchef.com/tutorials/how-to-deploy-a-meteor-application-to-aws-elastic-beanstalk
But I gotta say, it’s not exactly a fast or friendly experience. Is MUP still a thing? Is there a better way? Docker?
Thanks in advance
1 Like
boxxa
November 15, 2017, 9:03pm
2
I have never had problems with MUP and deploying to Azure, AWS, or even droplets. The new version uses Docker now as the platform so it bundles it together on your server.
http://meteor-up.com/getting-started.html
rongky
November 16, 2017, 12:31am
3
just wait for this mup plugin when its finally delivered…
Hi,
@zodern , who is maintaining Meteor-Up, is willing to create a plugin for $850 that would allow us to deploy to AWS:
I can create the plugin for $850. $500 would achieve setup, deploying the app, cli commands to start/restart/stop the app, auto scaling and load balancing. The remaining $350 would finish the cli commands, viewing logs, ssl, and fine tuning the configurations.
Source: https://github.com/zodern/meteor-up/issues/768
I’m wondering if anyone here would like to co-finance or m…
t3db0t
November 16, 2017, 12:41am
4
Hm so wait; @boxxa says they use it already, what would the plugin do differently? Autoscaling?
Please see my post here: My departing gift from Meteor: Ubuntu Production Script
You can get hosted on AWS tonight
boxxa
November 16, 2017, 2:57pm
6
I just use theirs nodes to deploy to so its essentially a VM. I configure the rest manually.
moretti
November 16, 2017, 9:55pm
7
I’ve created a script to deploy meteor with OpsWoks, so it will all be automatically done without any concerns. I’ve used pm2 and pm2-meteor with chef in order to make it work