node.js - Allowing Anyone to Run a Meteor app -
i looking advice on deploying meteor app. have put application clients going install on own networks. have development version working fine , trying determine way them deploy. want install simple possible. of them have full on networks/administrators , others want install on local box.
in development, mongo shipped meteor , user has run meteor going. not practice production level app?
the other (preferred option) deploy node app. requires separate mongo installation , seems additional step me.
the way thinking, if shipped clients is, package.json install needed, including meteor in 1 step.
i know there missing in this. meteor mongo version not stable standalone mongo installation? or there easy way build @ once?
i looking @ meteor-up , seemed perfect solution. not able going localhost , looks not possible of comments.
any appreciated! thanks!
kyle
i suggest take @ docker containers , containerization distribution. can install entire thing container (or, set of containers), , distribute containers. users run containers in number of ways. locally, after installing docker rather simply, spin them 1 command. on remote server, installation same. use service aws elastic beanstalk them started.
it cross platform, simple, , control installation process.
Comments
Post a Comment