Posted By: Keith Combs | Dec 29th, 2008 @ 8:29 AM | 25,719 Views | 3 Comments
Why on earth would you run the LAMP stack on Windows?  Well for one thing LAMP commonly refers to Linux, Apache, MySQL and PHP.  So running LAMP on Windows Server 2008 really means running it in a virtual machine and the only supported method for doing that at the moment is via SUSE Enterprise Server from Novell.  This was discussed on the webcast I delivered today that more broadly discusses running Open Source Software (OSS) on Windows Server with IIS7.

In order to take one or more open source applications to the Windows platform, you might choose the prudent and safe route.  First running the entire LAMP stack in a VM.  Next, you might decide to remove the L and run the AMP portions on Windows Server 2008.  That's where the meat of the webcast I did today really starts.  You'll see in the second webcast demo we install Apache.  Later we install PHP, MySQL then Drupal on top of all of that.

The purpose of the webcast is to highlight the migration and coexistence that is possible.  You don't have to totally tear everything you know and love down and replace it.  Windows Server 2008 will be happy to run Apache, MySQL and PHP.  If you decide to replace pieces of that solution over time, you can do so pretty easily and that is demonstrated in the webcast replay.

I decided to record a higher fidelity version of some of the demos and instead of using the Drupal software used in the webcast, I used a common blogging software product called Wordpress.  So here is Part 3, installing Wordpress.

See my blog post at http://blogs.technet.com/keithcombs/archive/2008/12/16/running-lamp-on-windows-server-2008-webcast-and-screencasts-now-available.aspx for more information.

Rating:
0
0
Dodo
Dodo
I'm your creativity creator™ :)
That what you did with the config sample was bad, the file is not needed and copying it is unnecessary. Just edit and then rename it.

Though, I'd have a question is PHP URL rewriting supported in IIS7? In IIS6 it isn't possible without ISAPI which doesn't work so well...
Actually there's nothing wrong about what he did. It's good to copy the file so you can have a reference one, specially when you are heavy tweaking wordpress like changing its language, etc.

You know what would be cool. Learn how to install Ruby on Rails in IIS. I did it once with IIS 6 but was like a pain in the ass, maybe with version 7 things are different.
Again thanks Keith! Your screencasts are very good and helpful. I installed PHP, mysql and Wordpress in 20 minutes. I had the extension file issue when testing and permissions issue when creating wp-config.php file by using IE. I created the config file like you did and everything worked out.

Best regards,

Ivan Versluis
Microsoft Communities