<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://msmvps.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>The WiFi Zone : WHS</title><link>http://msmvps.com/blogs/wifizone/archive/tags/WHS/default.aspx</link><description>Tags: WHS</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP2 (Build: 40407.4157)</generator><item><title>Install WordPress on WHS PP2</title><link>http://msmvps.com/blogs/wifizone/archive/2009/04/04/install-wordpress-on-whs-pp2.aspx</link><pubDate>Sat, 04 Apr 2009 17:31:40 GMT</pubDate><guid isPermaLink="false">d67277c4-116b-43f1-b688-e9ef184ea916:1684692</guid><dc:creator>bowman</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://msmvps.com/blogs/wifizone/rsscomments.aspx?PostID=1684692</wfw:commentRss><comments>http://msmvps.com/blogs/wifizone/archive/2009/04/04/install-wordpress-on-whs-pp2.aspx#comments</comments><description>&lt;p&gt;Installing WordPress on Windows Home Server PP2 takes some concentration and some time, but isn&amp;#39;t that difficult. The key to success is having the right tools before you start this project.&lt;/p&gt;  &lt;h2&gt;First, set up access to your WHS installation    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;You will need remote desktop access to your server (or any of the remote access add-ons that let you manipulate/add files and folders, access the Start menu and Administrative tools).&lt;/p&gt;  &lt;h2&gt;Second, obtain the necessary software    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;You need some software that you can download from the Internet.&lt;/p&gt;  &lt;p&gt;1.&amp;#160; Download mysql 5.1 Windows Essentials &lt;/p&gt;  &lt;p&gt;from &lt;a href="http://www.mirrorservice.org/sites/ftp.mysql.com/downloads/mysql/5.1.html"&gt;&lt;font size="1"&gt;http://www.mirrorservice.org/sites/ftp.mysql.com/downloads/mysql/5.1.html&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;2.&amp;#160; Php 5.2.9 zip package    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://us.php.net/downloads.php"&gt;http://us.php.net/downloads.php&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;3.&amp;#160; 5.2.6 PECL package from    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror"&gt;http://php.net/get/pecl-5.2.6-Win32.zip/from/a/mirror&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;(For me, the fastest download was selecting United States, Yahoo)&lt;/p&gt;  &lt;p&gt;4.&amp;#160; Download wordpress 2.7.1 from    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://wordpress.org/download/"&gt;http://wordpress.org/download/&lt;/a&gt;&lt;/p&gt;  &lt;h2&gt;Third, install PHP    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;Note, in the editing instruction below for the php.ini file, if I have used quotes &amp;quot; &amp;quot;, these should be included in the edits you make. This does not apply to the registry modification.&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Create a folder named &lt;strong&gt;C:\php&lt;/strong&gt; and unzip all the files to that folder       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Unzip the PECL files to &lt;strong&gt;C:\php\ext&lt;/strong&gt;       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;Rename &lt;strong&gt;&lt;em&gt;C:\php\php.ini-recommended&lt;/em&gt;&lt;/strong&gt; to &lt;strong&gt;C:\php\php.ini&lt;/strong&gt;       &lt;br /&gt;&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword1.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;4. Open the php.ini file you have now and &lt;strong&gt;uncomment cgi.force_redirect&lt;/strong&gt; in php.ini and set it to &lt;strong&gt;0&lt;/strong&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;5. Find and change &amp;#39;upload_tmp_dir = &amp;#39; and set it to &amp;#39;upload_tmp_dir = &lt;strong&gt;&amp;quot;C:\php\upload&amp;quot;&lt;/strong&gt; &amp;#39; and make the directory     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;6. Find and change &amp;#39;session.save_path&amp;#39; to &amp;#39;session.save_path= &lt;strong&gt;&amp;quot;C:\php\sessions&amp;quot;&lt;/strong&gt; &amp;#39; and make the directory     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;7. Find and set the line &amp;#39;extension_dir&amp;#39; to &amp;#39;extension_dir = &lt;strong&gt;&amp;quot;C:\PHP\ext&amp;quot;&lt;/strong&gt; &amp;#39;.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;8. Find the line that says &amp;#39;;error_log = filename&amp;#39; and remove the comment semi-colon and change it to: &amp;#39; &lt;strong&gt;error_log = &amp;quot;C:\php\errors.log&amp;quot;&lt;/strong&gt; &amp;#39;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;9. Uncomment these extensions:    &lt;br /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_mysql.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_mysqli.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_gd2.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_gettext.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_mbstring.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_sockets.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_xmlrpc.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;extension=php_zip.dll      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;10. Go to the Start menu &amp;gt; Control panel &amp;gt; System &amp;gt; Advanced Tab &amp;gt; Click &amp;quot;Environment Variables&amp;quot;.&lt;/p&gt;  &lt;p&gt;11. Select Path and press Edit. Next add &lt;strong&gt;C:\PHP &lt;/strong&gt;to it, preferably to the beginning (use a semi-colon to separate it from any entry that follows --- &lt;strong&gt;;&lt;/strong&gt;)&lt;/p&gt;  &lt;p&gt;12. Now run regedit.exe from a cmd prompt or the Run field&lt;/p&gt;  &lt;p&gt;13. Add HKEY_LOCAL_MACHINE\SOFTWARE\&lt;strong&gt;PHP&lt;/strong&gt; to the registry (edit/new/key), and under that add a new &lt;strong&gt;string value&lt;/strong&gt; &amp;quot;&lt;strong&gt;IniFilePath&lt;/strong&gt;&amp;quot; and set it to &amp;quot;&lt;strong&gt;C:\php&lt;/strong&gt;&amp;quot; (right click/modify)&lt;/p&gt;  &lt;h2&gt;Fourth, Install Mysql    &lt;br /&gt;&lt;/h2&gt;  &lt;p style="margin-left:36pt;"&gt;1. Use the typical installation and run the configuration wizard.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;2. Choose the &amp;quot;Developer Machine.&amp;quot;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword2.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;3. Select &amp;quot;Multifunctional Database&amp;quot; it.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword3.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;4. If you are using WHS, install to the D:\ drive in the default location it selects. Or you can install to the default on C:\.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword4.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;5. Select &amp;quot;Decision Support (DSS)/OLAP&amp;quot;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword5.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;6. Leave TCP/IP Networking and Strict Mode enabled and check the box to enable the firewall exception.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;7. Select the &amp;quot;Best Support for Multilingualism&amp;quot; option.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;8. Install as a service and check the box to include the bin work directory in the Windows PATH&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword6.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;9. Enter a password. This is the password that will be for the &amp;quot;root&amp;quot; account, which has total access to every database. Save this password somewhere. I used the same password as I used for the Administrator on my WHS PPS box. No need to create an Anonymous account.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;10. Execute the changes.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;11. Reboot your WHS server to and then log in again via RDP, and verify that the MySQL service is up and running.&lt;/p&gt;  &lt;h2&gt;Fifth, create a blog directory, unzip WordPress, change directory permssions    &lt;br /&gt;&lt;/h2&gt;  &lt;p style="margin-left:36pt;"&gt;12. Create the directory &lt;strong&gt;blog&lt;/strong&gt; under inetpub and unzip all files there&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;c:\inetpub\blog      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;13. After extracting the files, right click on the &amp;quot;blog&amp;quot; directly, and select &amp;quot;Properties&amp;quot;. Find the &amp;quot;Security&amp;quot; tab and click the &amp;quot;Advanced&amp;quot; button. Add the user &amp;quot;IUSR_SERVER&amp;quot;, replacing &amp;quot;SERVER&amp;quot; with whatever you named your WHS server. Iused SERVER2&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword7.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;Give that user Full Control.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword8.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;Enable &amp;quot;Replace permission entries on all child objects with entries shown here that apply to child objects&amp;quot;, and click okay and then yes.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword9.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;•This will reset permissions on the files, and will revert back to being unchecked when it is done.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;14. Next perform the same permissions change on the folder &lt;strong&gt;C:\PHP&lt;/strong&gt; right click, then select &amp;quot;Properties&amp;quot;. Go to the Security Tab, and click on the &amp;quot;Advanced Button&amp;quot;. Click &amp;quot;Add...&amp;quot; and add the user &amp;quot;IUSR_SERVER&amp;quot; where &amp;quot;SERVER&amp;quot; is your WHS server&amp;#39;s name (same as you above). Specify Full control, and click Okay. Finally, enable &amp;quot;Replace permission entries on all child objects with entries shown here that apply to child objects&amp;quot;, and click okay/yes as you did above.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;span style="font-family:arial;"&gt;◦&lt;/span&gt;Note: The machine name is the name of the server originally. This may be SERVER, or in the case of the HP&amp;#39;s MediaSmart Server, it will be HPSERVER, making the account &amp;quot;IUSR_SERVER&amp;quot; or &amp;quot;IUSR_HPSERVER&amp;quot;. If it is not one of these two look for any account starting with &amp;quot;IUSR_&amp;quot; as this will be the correct account.&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;span style="font-family:arial;"&gt;◦&lt;/span&gt;Note: As before, this will reset permissions on the files, and will revert back to being unchecked when it is done.&lt;/p&gt;  &lt;h2&gt;Sixth, run the MySql command line client    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;1. From the Start menu, navigate to &amp;quot;MySQL Command Line Client&amp;quot;. This requires you to enter a password. Enter the password you used when setting up MySQL.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;2. Create the database that WordPress needs. Use the name &amp;quot;wordpress&amp;quot; for the database. You can use any name here. &lt;strong&gt;Note: In the commands that follow for the cmd line client, be sure to type in the semi-colons ;and the apostrophes &amp;#39; as they are needed in the syntax. Press [enter] after the semi colon to execute and see the confirmation&lt;/strong&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;mysql&amp;gt; create database wordpress;      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;you should then see:      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;Query OK, 1 row affected (0.01 sec)&lt;/p&gt;  &lt;p&gt;3. Now that the database exists, you need to &amp;quot;use&amp;quot; that database andthen create a user specifically for WordPress to avoid using the root account (security, security, security!). I created the username and gave it permission to use the new database. I used the username &amp;quot;wpadmin&amp;quot; and the password &amp;quot;wppassword&amp;quot;. Here are the commands and the corresponding confirmations displayed in the cmd line client:    &lt;br /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;mysql&amp;gt; use wordpress;      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;Database changed&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;mysql&amp;gt;CREATE USER &amp;#39;wpadmin&amp;#39;@&amp;#39;localhost&amp;#39; IDENTIFIED BY &amp;#39;wpadmin&amp;#39;;      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;Next, type these SQL commands and hit enter after each:&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;mysql&amp;gt;FLUSH PRIVILEGES;      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;mysql&amp;gt; GRANT ALL PRIVILEGES ON wordpress.* to wpadmin@localhost IDENTIFIED BY &amp;#39;wppassword&amp;#39;;      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;Query OK, 0 rows affected (0.01 sec)&lt;/p&gt;  &lt;p&gt;4. This completes configuring the database, wordpress user account for the database and security. Write down all usernames and passwords you established. To quit the cmd line, type:    &lt;br /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;strong&gt;mysql&amp;gt;quit      &lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;h2&gt;Seventh, Configure IIS    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;1. From the Start menu, go to &amp;quot;Administative Tools&amp;quot; and open &amp;quot;Internet Information Services.&amp;quot; &lt;/p&gt;  &lt;p&gt;2. Open &amp;quot;Websites&amp;quot;, and then find &amp;quot;Default Web Site.&amp;quot; Right click and open the &amp;quot;New&amp;quot; group and select &amp;quot;Virtural Directory.&amp;quot; &lt;strong&gt;Not&lt;/strong&gt; Virtual Directory from file.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword10.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;3. Type in the directory name where you to unzipped WordPress installation. I created a folder named &lt;strong&gt;blog&lt;/strong&gt;, so this is what I typed in.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;4. Click &amp;quot;Next&amp;quot; and set the path to &amp;quot;C:\inetpub\blog&amp;quot; or whatever name you used for this directory.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;5. Click &amp;quot;Next&amp;quot;. Options for the new virtual directory will display. Select &amp;quot;&lt;strong&gt;Read&lt;/strong&gt;&amp;quot;, and &amp;quot;&lt;strong&gt;Run scripts&lt;/strong&gt;&amp;quot;. &lt;/p&gt;  &lt;p&gt;6. Right Click on Web Service Extensions located on the left side and choose &lt;strong&gt;Add a new web service extension&lt;/strong&gt;. Enter in &lt;strong&gt;php&lt;/strong&gt; and click add.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword11.jpg" alt="" /&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;7. Browse to &lt;strong&gt;C:\php\php5isapi.dll&lt;/strong&gt;. Also, be sure to set extension status to &lt;strong&gt;allow&lt;/strong&gt;. Click &amp;quot;Okay&amp;quot;.&lt;/p&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword12.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;8. Right Click on websites and choose properties. Select the &lt;strong&gt;Documents&lt;/strong&gt; tab and add &lt;strong&gt;index.php&lt;/strong&gt; as a start document.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword13.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;9. Next, select the &lt;strong&gt;Home Directory Tab&lt;/strong&gt; and click &lt;strong&gt;Configuration&lt;/strong&gt;. Go to the &lt;strong&gt;mappings&lt;/strong&gt; tab and click on add. Enter &lt;strong&gt;.php&lt;/strong&gt; for the extension and enter &lt;strong&gt;C:\php\php5isapi.dll&lt;/strong&gt; in the executable textbox. Verify that the setting &lt;strong&gt;all verbs&lt;/strong&gt; is checked and keep clicking ok.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword14.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;/p&gt;  &lt;p style="margin-left:36pt;"&gt;&lt;span style="font-family:arial;"&gt;Note: ◦&lt;/span&gt;if prompted to apply changes to home, remote, and UPnP DO NOT apply changes to &amp;quot;Remote&amp;quot;, &amp;quot;Home&amp;quot;, or &amp;quot;upnp&amp;quot; directories.&lt;/p&gt;  &lt;p&gt;10. Select the &lt;strong&gt;Home Directory tab&lt;/strong&gt; and Verify &amp;quot;&lt;strong&gt;RemoteAccessAppPool&lt;/strong&gt;&amp;quot; is selected, and not &amp;quot;DefaultAppPool&amp;quot;.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword15.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;11. Log off from the RDP sessions on your WHS server    &lt;br /&gt;&lt;/p&gt;  &lt;h2&gt;Eighth, Configure WordPress    &lt;br /&gt;&lt;/h2&gt;  &lt;p&gt;Configure your new blog from any machine on your network or the internet by accessing&lt;/p&gt;  &lt;p&gt;1. Open IE and navigate to &lt;a href="http://yourcustomedomain.homeserver.com/blog"&gt;http://yourcustomedomain.homeserver.com/blog&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;2. Error will display &amp;quot;no wp-config.php file&amp;quot;    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;img src="http://digitalmediaphile.files.wordpress.com/2009/04/040409-1706-installword16.jpg" alt="" /&gt;&lt;/p&gt;  &lt;p&gt;3. Click the radio button to create the file and follow the prompts and then click &lt;strong&gt;Run the Install&lt;/strong&gt; &lt;/p&gt;  &lt;p&gt;4. Give your blog a title, specify the username, etc. and then click &lt;strong&gt;Install WordPress&lt;/strong&gt;     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;5. Write down the password/copy to clipboard, you will need it to login to configure the rest of the blog features. And you can change this password and add users/authors/etc. when you login.    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Have fun. You&amp;#39;re on your own from here!&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://msmvps.com/aggbug.aspx?PostID=1684692" width="1" height="1"&gt;</description><category domain="http://msmvps.com/blogs/wifizone/archive/tags/WHS/default.aspx">WHS</category></item></channel></rss>