<?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>Linora Low &#187; 117</title>
	<atom:link href="http://www.linoralow.com/tag/117/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linoralow.com</link>
	<description>An Actress Who Blogs about Design</description>
	<lastBuildDate>Sun, 12 Feb 2012 13:59:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Installing WordPress Locally On Your Desktop</title>
		<link>http://www.linoralow.com/2007/blog-it/installing-wordpress-locally-on-your-desktop</link>
		<comments>http://www.linoralow.com/2007/blog-it/installing-wordpress-locally-on-your-desktop#comments</comments>
		<pubDate>Wed, 05 Dec 2007 18:05:53 +0000</pubDate>
		<dc:creator>Linora Low</dc:creator>
				<category><![CDATA[117]]></category>
		<category><![CDATA[58]]></category>
		<category><![CDATA[Techy]]></category>

		<guid isPermaLink="false">http://aronil.com/?p=383</guid>
		<description><![CDATA[Ok&#8230; whenever I need to test out something, the best way I would do it is to try and install it on my desktop. Meaning I get to see who my whole blog, site, cms works without being online. Good thing.. but sometimes i forget how to set it up. So here what I have [...]]]></description>
			<content:encoded><![CDATA[Ok&#8230; whenever I need to test out something, the best way I would do it is to try and install it on my desktop. Meaning I get to see who my whole blog, site, cms works without being online. Good thing.. but sometimes i forget how to set it up.

So here what I have decided to share, is how to install it directly on to your desktop. I got this article from a blog called <a href="http://geeksaresexy.blogspot.com" target="_blank">GeeksAreSexy</a>. They did a marvelous job of explaining how to set it up locally on your computer.

So first before going there.. go get <a href="http://www.softpedia.com/get/Internet/Servers/Server-Tools/XAMPP.shtml" target="_blank">XAMPP </a>(auto installation) or <a href="http://www.apachefriends.org/en/xampp-windows.html" target="_blank">XAMMPLite </a>(manual installation) which helps you installing apache and mysql on your comp. <a href="http://wordpress.org/download/" target="_blank">Download the latest WordPress here</a>. And get ready for the process. <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html" target="_blank">Here&#8217;s the actual link to geeks are sexy installation guide.</a>
<blockquote>
<blockquote>In the past few weeks, I&#8217;ve tested a few blogging platforms for the upcoming launch of Geeksaresexy.net, and right now, I hesitate between 2 alternatives: <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink0" target="_top">WordPress</a> and Textpattern. I&#8217;ll be fooling around with both in coming weeks to familiarize myself with them. I have now been running WordPress for a week or so, and I must say that I am quite impressed by its ease of installation. Running a local version of <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink1" target="_top">your blog</a>

Here&#8217;s a little guide that will help you install and run WordPress locally on your XP box in less then 10 minutes:

1- Get <a href="http://www.apachefriends.org/en/xampp-windows.html">XAMPP lite</a> for Windows. Choose the exe version, and install it at the root of your C drive.
is very useful because it lets you fool around with themes and plugins to your heart&#8217;s desire without having to risk breaking your live blog.
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide1.jpg" border="0" /></p>

2- Browse to C:\xampplite and double click setup_xampp.bat
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide2.0.jpg" border="0" /></p>

3- Once that is done, double click xampp-control.exe and start the Apache and <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink2" target="_top">Mysql</a> services.
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide3.0.jpg" border="0" /></p>

4- Open your browser and go to this address: http://localhost/.

5- Now that the interface displays a language that you can understand, click on phpMyAdmin (on the left column once again)

6- Enter &#8220;wordpress&#8221; (without quotes) in the &#8220;Create New <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink3" target="_top">Database</a>&#8221; Field, and select utf8_unicode_ci in the drop down box in the next field (as shown in the picture below). Click on Create. The Xampp setup is now complete.
From the menu on the left column, choose your preferred language.
<p align="center"><img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide4.jpg" border="0" /></p>

7- Download <a href="http://wordpress.org/download/">WordPress</a> and unzip it under c:\xampplite\htdocs.

8- You should now have a wordpress folder under c:\xampplite\htdocs. Browse to the folder, and you will see a file named wp-config-sample.php. Open it in your favourite <a href="http://geeksaresexy.blogspot.com/2006/06/installing-wordpress-locally-under.html#" id="KonaLink4" target="_top">text editor</a>

// ** MySQL settings ** //
define(&#8216;DB_NAME&#8217;, &#8216;wordpress&#8217;); // The name of the database
define(&#8216;DB_USER&#8217;, &#8216;root&#8217;); // Your MySQL username
define(&#8216;DB_PASSWORD&#8217;, &#8221;); // &#8230;and password (needs to be empty, just for local install)
define(&#8216;DB_HOST&#8217;, &#8216;localhost&#8217;); // 99% chance you won&#8217;t need to change this value
and replace the default values by the ones you see under this paragraph. Save the file as wp-config.php (under the same folder).<img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide5.jpg" border="0" />

9- Open your browser and navigate to http://localhost/wordpress/wp-admin/install.php , follow the instructions, and voila, you are done.

<img src="http://photos1.blogger.com/blogger/7450/1881/320/wpguide6.jpg" border="0" />

That was easy wasn&#8217;t it?</blockquote>
</blockquote>
Well have fun ^_^]]></content:encoded>
			<wfw:commentRss>http://www.linoralow.com/2007/blog-it/installing-wordpress-locally-on-your-desktop/feed</wfw:commentRss>
		<slash:comments>273</slash:comments>
		</item>
	</channel>
</rss>

