You lost me, if you got hundreds of people wanting to do it, why are you complaining that no one can do it?
As for the deploy button, it is meteor deploy
typing that in your shell will “just work” or almost.
I’ve sent you the codes so you can easily deploy in a single command, very straightforward. A one time setup is required, also do I have to remind you you need to set up linux yourself first? Also, the dockerfile could also be used as a very good source of information for anyone WILLING to create an install shell script.
All that MS FrontPage did is send it through FTP… You can also do that with meteor. Actually, even using SSH directly from your deploy capable IDE. You could setup your IDE to use SSH to transfer files, and make use of the automated file change detection of meteor… This would run in development mode, but this could do just fine! With that set-up, you’d choose the file(s) or folder(s), right click, and pick deploy.
Now you are talking about NGINX, which has nothing to do with meteor itself, but is a great addition to the stack. I do use NGINX in mine, but I took all that part off as it requires more configuration of course. If you want to keep it simple, then keep your stack simple, just use meteor.
On your project, will you be using a VCS? If so, you could easily add a hook in there to deploy. A lot of tools can help you do so pretty easily.
You are right, but it is not relevant with the subject at hand. To make the analogy the same we would have to say that the painter does not have to learn how to build and frame his own canvas. And he don’t “just want to take a brush and start over”, he wants to “take a brush and start over without going to buy a canvas, without learning to build one, without asking for someone else to build one, he just wants the canvas to magically appear, and be able to flick his fingers at the end for the frame to create itself.”
WannaCry only infects Windows machines, maybe Linuxes using WINE… And yet you were saying that Windows is the almighty developper’s requirement. I say, that’s basically why developpers don’t want to stay too close to windows… But meh.
Anyways, cloud providers, hosting providers, and everyone in this ecosystem have their reason to be and each have their own field of expertise. I do understand that you want your own internet-less server and all. But please, do understand that doing everything yourself will be harder than having someone do all the work for you.