<?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>Tuts4Tech &#187; WordPress</title>
	<atom:link href="http://tuts4tech.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://tuts4tech.net</link>
	<description>Tech Tutorials</description>
	<lastBuildDate>Tue, 04 May 2010 20:35:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How To Install WordPress (From Command line)</title>
		<link>http://tuts4tech.net/2009/06/19/how-to-install-wordpress/</link>
		<comments>http://tuts4tech.net/2009/06/19/how-to-install-wordpress/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 02:23:14 +0000</pubDate>
		<dc:creator>Gamerx287</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tuts4tech.net/?p=326</guid>
		<description><![CDATA[Okay, this tutorial will show you how to very easily install WordPress on your own server from the command line. First step is to make a MySQL database, user and permissions for that user. Secondly, you go to the directory that you want to put WordPress in and get the files: The next step is [...]]]></description>
			<content:encoded><![CDATA[<p>Okay, this tutorial will show you how to very easily install WordPress on your own server from the command line.</p>
<p>First step is to make a MySQL database, user and permissions for that user.</p>
<p>Secondly, you go to the directory that you want to put WordPress in and get the files:<br />

<pre class="brush: bash; title: ; notranslate">wget http://www.wordpress.org/latest.zip
unzip wordpress-*.zip
cd wordpress
mv * ../
rm -R wordpress</pre>
<p>
The next step is to edit the wp-config-sample.php file (using your favorite editor such as nano, vi, etc.) and putting in your MySQL info for the WordPress database.<br />

<pre class="brush: plain; title: ; notranslate">nano wp-config-sample.php</pre>
<p>
Then change the following</p>
<pre class="brush: php; title: ; notranslate">define('DB_NAME', 'YOUR-DATABASE-NAME-GOES-HERE');
define('DB_USER', 'YOUR-DATABASE-USER');
define('DB_PASSWORD', 'YOUR-DATABASE-PASSWORD');</pre>
<p></p>
<p>You then have to rename the wp-config-sample.php file to wp-config.php</p>
<pre class="brush: bash; title: ; notranslate">mv wp-config-sample.php wp-config.php</pre>
<p>The final step is to go to the website you are installing WordPress on and fill out the information and it will install on the MySQL Database. It will then give you a login name and password and you can go from there.</p>
<p>I hope you can put this tutorial to use by using WordPress for your site.</p>
]]></content:encoded>
			<wfw:commentRss>http://tuts4tech.net/2009/06/19/how-to-install-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

