Microsoft Launches Free Web Software Eco-System
An anonymous reader writes "Microsoft, inspired perhaps by the ease of selecting and installing iPhone apps, has taken a similar approach to gather back market share of its IIS web server in a predominantly Apache/PHP market. 10 open source CMS, gallery, wiki, and blog tools were chosen to populate the eco-system, dubbed Web App Gallery. Developers must agree to principles and can now submit their PHP or .NET application for inclusion. Once an application is in the gallery, Windows users use Microsoft Web Platform Installer, released in a keynote at MIX this week, which inspects the the local system, and installs and configures dependencies like the IIS webserver, PHP, URL re-writers, and file permissions. Screenshots show this to be quite easy for the typical computer user. This could provide some real competition for WAMP and Linux shell install processes."
Does it run Linux?
It's not every day you see "Microsoft" and "Free" in the same headline.
You think this is a sign Microsoft is legitimately trying to reach out to the web community? Or is this just another attempt to grab server market share from Apache and the Linux community?
Generally, I think the last thing the web needs is more servers running IIS.
google.slashdot
[1] I think submitter mis-spelled "feeling threatened".
[2] Big deal. Two open source tools? How many closed-source tools are in the "ecosystem"?
"Trolls they were, but filled with the evil will of their master: a fell race..." -- J.R.R. Tolkien on Olog-hai
Servers are maintained by people who are not computer newbies and need a GUI. Normally they know how to handle a shell.
Extremely ease install routines for server applications suggest that maintaining a server and keeping it secure is a trivial task, just like clicking those shiny "install" buttons. This is not the case, and you better know how to keep your server save if you run it on the web, especially if you make the somewhat disturbing choice to run it under Windows.
Yup. Cuz nobody's every thought about a package manager before. Especially not one with a nice, GUI front end.
Hey, maybe Microsoft will adopt something similar for the Xbox 360. You know, to make it easier to download add-ons, small games, videos, and so on. They could call it, I don't know, Xbox Live Marketplace or something. Too bad it's too late for them to have done it for the Xbox. Real shame that.
Vintage computer games and RPG books available. Email me if you're interested.
...and I think the others are usually a lot easier to install. Microsoft's takes at least 5 steps (with steps like 1. "Download, Configure, Install MySQL").
Meanwhile, on many other systems, it is a lot less work:
Ubuntu:
1. In the Programs menu, click "Add/Remove"
2. Select the CMS (or whatever) that you want, and click "Install"
3. Enjoy.
Other debian systems:
1. apt-get install my-favourite-cms
Freebsd: /usr/ports/www/my-favourite-cms; make install
1. cd
And finally, a quick comparison between this new Microsoft way and the usual ways with GNU Linux/BSD:
Installing is easier with GNU Linux/BSD
Configuration is easier with GNU Linux/BSD
Support is generally more available with GNU Linux/BSD
Writing plugins is generally a whole lot easier with GNU Linux/BSD because the code is available
Especially with the new tools available, I believe IIS deserves to die.