<?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>tamilsweet - Freelance Web Developer &#187; learning</title>
	<atom:link href="http://www.tamilg.in/tag/learning/feed" rel="self" type="application/rss+xml" />
	<link>http://www.tamilg.in</link>
	<description>Personal blog of Tamilmozhi</description>
	<lastBuildDate>Mon, 22 Mar 2010 16:30:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Famous 5-Minute WordPress Installation</title>
		<link>http://www.tamilg.in/programming/server-adminstration/famous-5-minute-wordpress-installation</link>
		<comments>http://www.tamilg.in/programming/server-adminstration/famous-5-minute-wordpress-installation#comments</comments>
		<pubDate>Thu, 23 Apr 2009 17:23:40 +0000</pubDate>
		<dc:creator>tamilsweet</dc:creator>
				<category><![CDATA[Server Adminstration]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://tamilg.in/?p=24</guid>
		<description><![CDATA[This site is running using WordPress &#8211; an open source blogging software.
  WordPress is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.
I downloaded the tar ball of latest version i.e. WordPress 2.7.1 from http://wordpress.org/latest.tar.gz
Extracted it to &#8230;./tamilg.in/public/
Then created database and user [...]]]></description>
			<content:encoded><![CDATA[<p>This site is running using <a title="WordPress" href="http://wordpress.org/" target="_blank">WordPress</a> &#8211; an open source blogging software.</p>
<blockquote><p><strong> <a href="http://wordpress.org/"><img class="alignleft size-full wp-image-79" title="WordPress Logo" src="http://www.tamilg.in/wp-content/uploads/2009/04/wordpress-logo.ico" alt="WordPress Logo" /></a> WordPress</strong> is a state-of-the-art publishing platform with a focus on aesthetics, web standards, and usability. WordPress is both free and priceless at the same time.</p></blockquote>
<p>I downloaded the tar ball of latest version i.e. WordPress 2.7.1 from <a title="Download latest version of WordPress" href="http://wordpress.org/latest.tar.gz" target="_blank">http://wordpress.org/latest.tar.gz</a></p>
<p>Extracted it to &#8230;./tamilg.in/public/</p>
<p><span id="more-24"></span>Then created database and user for WordPress in MySQL command line.</p>
<blockquote><p>&#8211;Create database<br />
CREATE DATABASE database_name;</p>
<p>&#8211;Create user  (Optional)<br />
CREATE USER &#8216;username&#8217; IDENTIFIED BY &#8216;password&#8217;;</p>
<p>&#8211;Grant permission to user on that database<br />
GRANT ALL PRIVILEGES ON database_name.* TO &#8216;username&#8217;@'localhost&#8217; IDENTIFIED BY &#8216;password&#8217;;</p></blockquote>
<p>Then copied wp-config-sample.php to wp-config.php and updated DB_NAME, DB_USER, DB_PASSWORD, DB_HOST. Added some random characters to AUTH_KEY, SECURE_AUTH_KEY, LOGGED_IN_KEY and NONCE_KEY.</p>
<p>Now opened the page http://tamilg.in/ in the browser and it asked for the Blog Title and Email Id. Clicked on the Install WordPress button and got the admin password.</p>
<p>The first step I always follow is to login to the WordPress Dashboard and change the password to something easy to remember.</p>
<p>Now that the basic installtion is complete. Next step is to upload/activate necessary plugins for a standard blog. This includes All-in-One SEO, Google Analytics, XML-Sitemap and Share/Save Buttons. I&#8217;m yet to API key for Akismet &#8211; TODO task pending!!!</p>
<p>I downloaded the Fusion theme from WordPress Theme repository and extracted to the theme folder and activated it.</p>
<p>Last step??? Started blogging!!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tamilg.in/programming/server-adminstration/famous-5-minute-wordpress-installation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
