I am looking to host a series of self-contained Meteor apps on a single server on our local network. Ideally the URLs would look like:
etc...
I've tried using mup (meteor up) but that somehow doesn't work (I'm not entirely sure if that's a problem with the way I've set up the VM I'm trying this on or with mup itself)
I'm now trying Passenger, and after going through the tutorial for setting up nginx for Meteor apps, it turns out that frustratingly, the chapter(s) of multi-tenancy on Passenger have not yet been created!
I'm not a node expert, so I'm kind of diving in at the deep end.
Ideally, I'd not have to worry about running the node apps myself, as it looks like Passenger should be able to handle that itself. Is there a good piece of documentation on how to set up Passenger for these kind of scenarios?