<?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>MakeUseOf.com &#187; xampp</title>
	<atom:link href="http://www.makeuseof.com/tags/xampp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.makeuseof.com</link>
	<description>Cool Websites, Software and Internet Tips</description>
	<lastBuildDate>Sun, 22 Nov 2009 01:06:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Install Wordpress Blog Locally On Your PC</title>
		<link>http://www.makeuseof.com/tag/building-your-own-local-wordpress-blog/</link>
		<comments>http://www.makeuseof.com/tag/building-your-own-local-wordpress-blog/#comments</comments>
		<pubDate>Fri, 02 Jan 2009 15:01:28 +0000</pubDate>
		<dc:creator>Jeffry Thurana</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[wamp]]></category>
		<category><![CDATA[webmaster tools]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://www.makeuseof.com/?p=9953</guid>
		<description><![CDATA[You blog, I blog, everybody blogs and one of the names that stands out in the blog world is Wordpress. During the past several years, it has become the main choice for blogs all around the world &#8211; including the one that you are reading right now.
The main reasons: it’s very good and very free [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right:20px" src="http://www.makeuseof.com/wp-content/uploads/2009/01/00-wordpress-logo.jpg" border="0" alt="install wordpress locally" vspace="5" align="left" />You blog, I blog, everybody blogs and one of the names that stands out in the blog world is <a href="”http://www.wordpress.org”">Wordpress</a>. During the past several years, it has become the main choice for blogs all around the world &#8211; including the one that you are reading right now.</p>
<p>The main reasons: it’s very good and very free &#8211; not to mention very expandable in functions and very flexible in looks if you use the <a href="http://www.wordpress.org" target="_blank">self hosted Wordpress</a>.</p>
<p>Given those facts, it surprises me that lots of people are still afraid of the (self hosted) Wordpress. &#8220;Wordpress is for geeks,&#8221; they say, &#8220;It’s too difficult for me.&#8221;</p>
<p>Well, you can’t love what you don’t know. So, the first step is to get familiar with it and what better way to know more about Wordpress than to install Wordpress locally on your own computer? Be it a Windows, Mac or Linux PC. Plus, this is also the best way to check out plugins and themes before using them in the real live online blogging world (and start <a href="http://www.makeuseof.com/tag/a-beginners-guide-to-building-your-own-wordpress-theme/">building your own Wordpress themes</a> and plugins &#8211; should you choose to go that far).</p>
<p>Here’s how you do it :</p>
<h2><strong>Step 1: Building The Local &#8220;Web Server&#8221;</strong></h2>
<p>In order to install Wordpress locally, you need to have a SQL database and a PHP environment in your computer. Before you ask with fear what creatures they are, let me clarify that these days you can easily summon them just by downloading and installing one of these:</p>
<ul>
<li>For Windows: <a href="http://www.apachefriends.org/en/xampp.html">XAMPP</a> or <a href="http://www.wampserver.com/en/">WAMP</a> (Read <a href="http://www.makeuseof.com/tag/how-to-set-up-your-own-wampserver/">MakeUseOf review</a>)</li>
<li>For Mac: <a href="http://mamp.info/en/mamp.html" target="_blank">MAMP</a></li>
<li>For Linux: <a href="http://www.apachefriends.org/en/xampp-linux.html">LAMP</a></li>
</ul>
<p>I use a Mac so the steps below are explained using MAMP. But the steps are valid under any OS and so slight differences are to be expected.</p>
<h2><strong>Step 2: Creating The Database</strong></h2>
<p>Open your AMP app and the server will automatically be on.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/01-mamp-interface.jpg" alt="install wordpress on windows" /></p>
<p>The web interface will show up in your browser. Choose &#8220;phpMyAdmin&#8221; tab.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/02-create-database.jpg" alt="install wordpress on mamp" /></p>
<p>Find &#8220;Create New Database&#8221; box, put a name there, then click &#8220;Create&#8221;</p>
<h2><strong>Step 3: Getting Wordpress</strong></h2>
<p>Download the <a href="”http://www.wordpress.org/latest.zip”">latest build of Wordpress</a> (at the time of writing is version 2.7)</p>
<p>Extract the zip file into the <strong>htdocs</strong> folder inside the AMP folder. It will automatically create a &#8220;wordpress&#8221; folder there.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/03-htdocs-folder.jpg" alt="image" /></p>
<h2><strong>Step 4: Configuring The Wordpress Database</strong></h2>
<p>Go inside the Wordpress folder, then find and open file <strong>wp-config-sample.php</strong> using any text editor.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/04-wp-config-edit.jpg" alt="image" /></p>
<p>- Find these lines:<br />
&#8211;&gt; &#8216;DB_NAME&#8217; and change ‘putyourdbnamehere’ with ‘the database name from step 2’<br />
&#8211;&gt; &#8216;DB_USER&#8217; and change &#8216;usernamehere&#8217; with ‘root’<br />
&#8211;&gt; &#8216;DB_PASSWORD&#8217; and change &#8216;yourpasswordhere&#8217; with ‘root’</p>
<p><img src="http://www.makeuseof.com/wp-content/uploads/2009/01/05-database-setting.jpg" alt="" /></p>
<p>Save the file as wp-config.php</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/06-save-as.jpg" alt="" /></p>
<h2><strong>Step 5: Installing Wordpress</strong></h2>
<p>Open this address in your browser: <a href="http://localhost:8888/wordpress/wp-admin/install.php" target="_blank">http://localhost:8888/wordpress/wp-admin/install.php</a></p>
<p>You’ll be asked to put in a blog name and an email address. Click ‘Install Wordpress’ after filling in those boxes.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/07-wordpress-setup.jpg" alt="insall local wordpress" /></p>
<p>Wordpress will generate a username (admin) and a random password for you. Please keep the password safe until you have the chance to change it later. Click &#8216;Log In&#8217; to continue.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/08-user-and-pass.jpg" alt="" /></p>
<p>Fill in the username and password and click &#8216;Log In&#8217; one more time.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/09-log-in.jpg" alt="" /></p>
<h2><strong>Step 6: Changing The Password</strong></h2>
<p>Congratulations, you’ve just built your own local Wordpress blog to experiment with. But there’s still one more crucial step to take: changing the randomly generated password to something you can remember easily.</p>
<p>Go to menu Users &#8211;&gt; Authors &amp; Users &#8211;&gt; Admin &#8211;&gt; Edit</p>
<p>Find the two password fields down at the bottom of the page, fill in the empty boxes with your preferred password.</p>
<p>Click ‘Update Profile’.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.makeuseof.com/wp-content/uploads/2009/01/10-changing-password.jpg" alt="" /></p>
<p>That’s it! Why not start experimenting with your Wordpress blog and see how you like it. If you have any problems, leave a comment and we&#8217;ll see if we can help.
<p>Did you like the post? Please do share your thoughts in the comments section!</p>
<p><em><strong>New on Twitter ?</strong> Now you can follow <a href="http://twitter.com/MakeUseOf">MakeUseOf on Twitter</a> too.</em></p>

	<em><h4>Related posts</h4></em>
	<ul class="st-related-posts">
	<li><a href="http://www.makeuseof.com/tag/five-free-wordpress-templates-to-dress-up-your-blog/" title="The 5 Free Wordpress Templates To Dress Up Your Blog (September 24, 2009)">The 5 Free Wordpress Templates To Dress Up Your Blog</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/speed-up-your-wordpress-blog-with-php-speedy/" title="Speed Up Your WordPress Blog With PHP Speedy (January 23, 2009)">Speed Up Your WordPress Blog With PHP Speedy</a> (17)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-set-up-your-own-wampserver/" title="How To Set Up Your Own WampServer (September 25, 2008)">How To Set Up Your Own WampServer</a> (20)</li>
	<li><a href="http://www.makeuseof.com/tag/how-to-easily-automate-backing-up-your-wordpress-blog/" title="How To Easily Auto Backup Your Wordpress Database (November 12, 2009)">How To Easily Auto Backup Your Wordpress Database</a> (15)</li>
	<li><a href="http://www.makeuseof.com/tag/18-useful-plugins-and-hacks-to-protect-your-wordpress-blog/" title="18 Wordpress Security Plugins &#038; Tips To Secure Your Blog (March 13, 2009)">18 Wordpress Security Plugins &#038; Tips To Secure Your Blog</a> (65)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.makeuseof.com/tag/building-your-own-local-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
	</channel>
</rss>
