<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>2 Create a Website Blog &#187; installing wordpress in windows</title>
	<atom:link href="http://blog.2createawebsite.com/tag/installing-wordpress-in-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.2createawebsite.com</link>
	<description>Your guide to building, promoting and monetizing blogs and websites.</description>
	<lastBuildDate>Wed, 01 Sep 2010 02:47:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Install WordPress on Your Local Machine</title>
		<link>http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/</link>
		<comments>http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/#comments</comments>
		<pubDate>Thu, 20 Mar 2008 06:51:41 +0000</pubDate>
		<dc:creator>lisa</dc:creator>
				<category><![CDATA[Blogging & RSS]]></category>
		<category><![CDATA[installing wordpress in windows]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/</guid>
		<description><![CDATA[Update: WordPress 2.6 and higher allows you to preview your theme before going live, but I still recommend following these instructions and installing it on your PC to have a COMPLETE testing environment. &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- You may have noticed I changed my blog&#8217;s design. I&#8217;ve wanted to do this for a while, but I kept putting [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="http://blog.2createawebsite.com/wp-content/themes/WP_Premium/images/wordpressTesting.gif" alt="" hspace="5" vspace="5" width="190" height="150" align="right" /><strong>Update: </strong>WordPress 2.6 and higher allows you to preview your theme before going live, but I still recommend following these instructions and installing it on your PC to have a <strong>COMPLETE </strong>testing environment.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>You may have noticed I changed my blog&#8217;s design.</p>
<p>I&#8217;ve wanted to do this for a while, but I kept putting it off because I knew I needed the time to customize the design, images, add my logo, etc.</p>
<p>If you&#8217;re starting a blog for the first time, then there&#8217;s no need for a WordPress testing environment. You can test everything live because no one knows your blog address yet.</p>
<p>But what if you already have a WordPress blog and you&#8217;re ready to switch to another design?  You find a template that you like but notice some things you want to change (logos, other images, layout etc.)</p>
<p>Sure WordPress makes it super easy to switch template themes, but almost everyone wants to customize them in <em><strong>some</strong></em> way. And it&#8217;s better to do those things offline in case you mess something up.</p>
<p>No sense in letting your visitors see the new logo you uploaded that pushed your layout out of alignment. <img src='http://blog.2createawebsite.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So I did some searching around and found out how to install WordPress on my PC.  It wasn&#8217;t as hard as I thought it&#8217;d be and only took a few minutes to setup.</p>
<p>It&#8217;s real convenient to have WordPress on your machine because you can test things out before launch.  This is also handy if you&#8217;re making big changes to your blog or installing a plug-in for the first time.</p>
<h2>Installing WordPress on Windows</h2>
<p>1.  First download the <strong>.exe version </strong>of <a href="http://www.apachefriends.org/en/xampp-windows.html#646" target="_blank">XAMPP</a>.</p>
<p>2.  Place the .exe file in a folder of your choice (I put mine in C:\).</p>
<p>3.  Double click the .exe file you just downloaded.  A box will pop up asking you where you want to install it.  Type C:\ (If it&#8217;s not already populated) and hit <em>Extract</em>.</p>
<p>4.   Navigate to the install folder (C:\) and double click the file named xampp-control.exe.</p>
<p>5.  Start the MySQL and Apache servers in the control panel window (See below.)</p>
<p><img src="http://blog.2createawebsite.com/wp-content/themes/WP_Premium/images/xamppControlPanel.gif" alt="" width="270" height="209" align="left" /></p>
<p>6.  Now you should be able to go to http://localhost/ in your web browser.</p>
<p>7.  Click the <em>phpMyAdmin </em>link in the left-hand column.</p>
<p>8.  In the <em>Create New Database </em>box enter the words <em>wordpress </em></p>
<p>9.  In the MySQL Connection Collation box below select <em>utf8_unicode_ci </em></p>
<p>10.  Click <em>Create</em> and your database is all setup.</p>
<p>11.  If you haven&#8217;t downloaded <a href="http://wordpress.org/download/" target="_blank">WordPress</a>, please do so.</p>
<p>12.  Unzip the folder and install it into the htdocs folder of your new directory.  If you installed Xampp on your c drive then you would place the unzipped WordPress folder in c:\xampplite\htdocs</p>
<p>13.  Inside the htdocs folder, open the file named wp-config-sample.php in Notepad or an ASCII editor (Not Microsoft Word!).</p>
<p>14.  Look for the code below.   Change the values so your code matches what is below.  Don&#8217;t copy and paste.  Just enter the values because your file may have more data.  You don&#8217;t want to accidentally overwrite anything.</p>
<p>define(&#8216;DB_NAME&#8217;, &#8216;<strong>wordpress</strong>&#8216;); // The name of the database<br />
define(’DB_USER’, ‘root’); // Your MySQL username<br />
define(’DB_PASSWORD’, ”); // …and password (Leave empty!)</p>
<p>The only thing you should need to change is the word <em>wordpress</em> for the database name.   There may be a few extra lines in your file.  You shouldn&#8217;t need to bother with this data.</p>
<p>15. Rename the file to <strong>wp-config.php</strong> and save it. <strong> </strong></p>
<p><strong>Note:</strong> If you&#8217;re using Notepad be sure to change the drop-down to &#8220;All Files&#8221; in the &#8220;Save As&#8221; menu or it will save it as <strong>wp-config.php.txt</strong>.</p>
<p>16. Point your browser to&#8230;</p>
<p><em>http://localhost/wordpress/wp-admin/install.php</em> to install WordPress on your PC.</p>
<p>17. To view your blog&#8217;s local homepage simply go to&#8230;</p>
<p><em>http://localhost/wordpress</em></p>
<p>18. Now go and find a <a href="http://themes.wordpress.net/page/1/" target="_blank">new WordPress theme</a> and test away.  Congratulations!  You now have a local WordPress platform to test new themes and layouts on your WordPress blog.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Check+out+@2createawebsite+How+to+Install+WordPress+on+Your+Local+Machine+http://bit.ly/zQkNH" title="Post This Article to Twitter"><img class="nothumb" src="http://blog.2createawebsite.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://digg.com/submit?url=http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/&amp;title=How+to+Install+WordPress+on+Your+Local+Machine" title="Post to Digg"><img class="nothumb" src="http://blog.2createawebsite.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a class="tt" href="http://www.facebook.com/share.php?u=http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/&amp;t=How+to+Install+WordPress+on+Your+Local+Machine" title="Post to Facebook"><img class="nothumb" src="http://blog.2createawebsite.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a class="tt" href="http://www.myspace.com/Modules/PostTo/Pages/?l=3&amp;u=http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/&amp;t=How+to+Install+WordPress+on+Your+Local+Machine&amp;c=%3Cp%3EPowered+by+%3Ca+href%3D%22http%3A%2F%2Frichardxthripp.thripp.com%2Ftweet-this%22%3ETweet+This%3C%2Fa%3E%3C%2Fp%3E" title="Post to MySpace"><img class="nothumb" src="http://blog.2createawebsite.com/wp-content/plugins/tweet-this/icons/tt-myspace-micro3.png" alt="Post to MySpace" /></a> <a class="tt" href="http://stumbleupon.com/submit?url=http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/&amp;title=How+to+Install+WordPress+on+Your+Local+Machine" title="Post to StumbleUpon"><img class="nothumb" src="http://blog.2createawebsite.com/wp-content/plugins/tweet-this/icons/tt-su-micro3.png" alt="Post to StumbleUpon" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.2createawebsite.com/2008/03/20/test-drive-wordpress-themes-in-windows/feed/</wfw:commentRss>
		<slash:comments>60</slash:comments>
		</item>
	</channel>
</rss>
