I have been able to get subtext to work locally pretty easily as it uses the .net framework, but what if you wanted to play around with blog engines like wordpress or drupal on your local PC?
Answer install PHP on your IIS installation.
After searching a bit on the net I came across a blog on blogs.iis.net then went through the install of PHP on IIS 7.
I was suprised at how easy it was, here is what I did to get PHP working on Vista/IIS 7:
If you have not done so already install IIS, include ISAPI Extension component (for PHP-ISAPI) or the CGI component (if you prefer CGI).
- Download PHP from http://php.net/downloads.php (I downloaded the Zip file)
- Extract the files to your drive (I extracted to C:\php\)
- Copy c
- c:\php\php.ini-dist to c:\windows\php.ini
- Open IIS Manager
- Click "Handler Mappings"
- Click on the "Add Script Map" in the Actions list in the left hand menu
- Fill the dialog box with the following details:
- I answered yes to the following message
- Then that is you you, PHP will now work on your Vista PC running IIS 7.
The next thing for me to do is to try and get MySQL running so I can have a local copy of Wordpress and or Drupal.