Google, pointed me to a very good site that helped me out - trainsignaltraining.com.
Here are the components that you need to download:
Here are the Installation steps:
- Install & configure PHP
- Install & configure MySQL
- Install & configure PHPMyAdmin
- Install & configure URL Rewrite Extension
- Install & configure WordPress
- Configure Search Engine Friendly URLs on WordPress
However, here are a few "gotchas" that need to be taken care of:
- For PHPMyAdmin to work, you may need to change in config.inc.php
$cfg[$i]['host'] = ‘localhost’; to
$cfg[$i]['host'] = ‘127.0.01’; or
$cfg['Servers'][$i]['host'] = ‘127.0.0.1′ - For PHPMyAdmin to work, you may need to change in config.inc.php
controluser = ‘pma’ to
controluser = ‘root’ - For PHPMyAdmin to work, you may need to change windows\system32\drivers\etc\hosts file:
Remove the comment (#) in front of the line 127.0.0.1
Comment out the line ::1 localhost - Read the comments in all the pages as they have solutions to a lot of common problems
Note: I am assuming that IIS7 is already installed. If not, then there's a good tutorial for that as well here!
No comments:
Post a Comment