Hacker News new | ask | show | jobs
by Animats 3693 days ago
An EC2 instance is probably too much for one user. The model here is Wordpress, which is easy to install and widely used, even in its distributed form. Of course, what's happened is that more and more Wordpress sites run on centralized Wordpress.

Compare:

"wordpress.com" (hosted): "Create your new website for free. WordPress.com is the best place for your personal blog or business site. Create Website (button)"

"wordpress.org" (download): "The latest stable release of WordPress (Version 4.5.2) is available in two formats from the links to your right. If you have no idea what to do with this download, we recommend signing up with one of our web hosting partners that offers a one-click install of WordPress or getting a free account on WordPress.com."

Open source just doesn't get user-friendly onboarding.

2 comments

Many (or perhaps even most?) web hosts will offer to install Wordpress for their customers, usually with some "Install Wordpress" option either at sign up or in the control panel. And I suppose these installations are configured with automatic upgrades, and are supported to some degree by the web host. Federated and open source doesn't mean that every end-user installs and maintains the software by themselves.
How about a Docker instance?
Compare setting up Docker and Wordpress to what Animats just said. Then you'll know why that's hilarious. You've managed to move the problem from one piece of software to another.
The original proposal was for the setup to be automated.
Is it as simple as filling out a form on the Internet, getting login credentials, and not thinking about it from there? That is automated and manages itself. What's the Docker + Wordpress version of that?
It would be the same, but have benefits in terms of isolation and cost to the provider.
So, you don't have to install Docker, administer a server, do updates, back up data, and deal with ISP's over outages? I didnt realize Docker was that far along in zero management and maintenance. Send me a link so i can try that out.