<?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>kieranbarnes &#187; wp</title>
	<atom:link href="http://bloke.org/tag/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org</link>
	<description>do you know where your towel is?</description>
	<lastBuildDate>Sat, 21 Aug 2010 12:03:59 +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>Single Line Wordpress Install</title>
		<link>http://bloke.org/linux/single-line-wordpress-install/</link>
		<comments>http://bloke.org/linux/single-line-wordpress-install/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 13:36:30 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[single line]]></category>
		<category><![CDATA[Unzip]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[xml sitemap]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=306</guid>
		<description><![CDATA[I'm getting a pro at installing Wordpress now.I'm trying to cut down my install time to a minimum.
Here's a one line Linux command to;

Download the latest Wordpress.
Unzip, move files from the wordpress/ directory to the root.
Clean up some unnecessary files.
Create some necessary files.
Set some necessary permissions.

wget http://wordpress.org/latest.zip &#38;&#38;
unzip latest.zip &#38;&#38;
mv wordpress/* . &#38;&#38;
touch robots.txt sitemap.xml [...]


Related posts:<ol><li><a href='http://bloke.org/wordpress/custom-page-templates-not-showing-in-wordpress/' rel='bookmark' title='Permanent Link: Custom Page Templates Not Showing in Wordpress'>Custom Page Templates Not Showing in Wordpress</a> <small>I've recently starting getting an annoying error in Wordpress, I'm...</small></li>
<li><a href='http://bloke.org/general/wordpress-25-upgraded/' rel='bookmark' title='Permanent Link: Wordpress 2.5 Upgrade'>Wordpress 2.5 Upgrade</a> <small>This morning I upgraded to the latest Wordpress 2.5, along...</small></li>
<li><a href='http://bloke.org/php/crawl-rate-tracker-and-wordpress-25-manual-fix/' rel='bookmark' title='Permanent Link: Crawl Rate Tracker and Wordpress 2.5 Manual Fix'>Crawl Rate Tracker and Wordpress 2.5 Manual Fix</a> <small>A quick update on people that need the Crawl Rate...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I'm getting a pro at installing Wordpress now.I'm trying to cut down my install time to a minimum.<span id="more-306"></span></p>
<p>Here's a one line Linux command to;</p>
<ul>
<li>Download the latest Wordpress.</li>
<li>Unzip, move files from the wordpress/ directory to the root.</li>
<li>Clean up some unnecessary files.</li>
<li>Create some necessary files.</li>
<li>Set some necessary permissions.</li>
</ul>
<pre>wget http://wordpress.org/latest.zip &amp;&amp;
unzip latest.zip &amp;&amp;
mv wordpress/* . &amp;&amp;
touch robots.txt sitemap.xml sitemap.xml.gz .htaccess &amp;&amp;
chmod 777 robots.txt sitemap.xml sitemap.xml.gz .htaccess
&amp;&amp; rm license.txt readme.html latest.zip &amp;&amp;
mkdir wp-content/uploads &amp;&amp;
chmod 777 wp-content/uploads</pre>
<p>Now I just need to create the MySQL database and user from that command and I'm laughing.</p>


<p>Related posts:<ol><li><a href='http://bloke.org/wordpress/custom-page-templates-not-showing-in-wordpress/' rel='bookmark' title='Permanent Link: Custom Page Templates Not Showing in Wordpress'>Custom Page Templates Not Showing in Wordpress</a> <small>I've recently starting getting an annoying error in Wordpress, I'm...</small></li>
<li><a href='http://bloke.org/general/wordpress-25-upgraded/' rel='bookmark' title='Permanent Link: Wordpress 2.5 Upgrade'>Wordpress 2.5 Upgrade</a> <small>This morning I upgraded to the latest Wordpress 2.5, along...</small></li>
<li><a href='http://bloke.org/php/crawl-rate-tracker-and-wordpress-25-manual-fix/' rel='bookmark' title='Permanent Link: Crawl Rate Tracker and Wordpress 2.5 Manual Fix'>Crawl Rate Tracker and Wordpress 2.5 Manual Fix</a> <small>A quick update on people that need the Crawl Rate...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloke.org/linux/single-line-wordpress-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
