<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Installing WordPress The Right Way (revised)</title>
	<atom:link href="http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/feed/" rel="self" type="application/rss+xml" />
	<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/</link>
	<description>So I don&#039;t have to figure things out more than once.</description>
	<lastBuildDate>Sat, 07 Aug 2010 23:10:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Nick Yeoman</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-52615</link>
		<dc:creator>Nick Yeoman</dc:creator>
		<pubDate>Thu, 18 Jun 2009 20:12:08 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-52615</guid>
		<description>&lt;p&gt;Great article, I use Apache so I&#039;m able to use sym links, which means I don&#039;t have to all that extra work you do.&lt;/p&gt;

&lt;p&gt;When a new update appears just propedit and run an update then run a  config script which sym links all your directories (plugins, themes, images).&lt;/p&gt;

&lt;p&gt;example:
rm -f public-disabled/wp-config.php
ln -s ../resources/wp-config.php public-disabled/wp-config.php&lt;/p&gt;

&lt;p&gt;Just a different approach of doing the same thing.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great article, I use Apache so I&#8217;m able to use sym links, which means I don&#8217;t have to all that extra work you do.</p>

<p>When a new update appears just propedit and run an update then run a  config script which sym links all your directories (plugins, themes, images).</p>

<p>example:
rm -f public-disabled/wp-config.php
ln -s ../resources/wp-config.php public-disabled/wp-config.php</p>

<p>Just a different approach of doing the same thing.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: David Lima Cohen</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-52474</link>
		<dc:creator>David Lima Cohen</dc:creator>
		<pubDate>Sun, 31 May 2009 14:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-52474</guid>
		<description>&lt;p&gt;Thanks Trey! Awesome work, this is exactly what I was looking for. I could only find information to do checkouts or exports from Automattic&#039;s SVN, but nothing about using the svn:external property. Really appreciated.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Trey! Awesome work, this is exactly what I was looking for. I could only find information to do checkouts or exports from Automattic&#8217;s SVN, but nothing about using the svn:external property. Really appreciated.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: William</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-37032</link>
		<dc:creator>William</dc:creator>
		<pubDate>Tue, 17 Feb 2009 17:03:33 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-37032</guid>
		<description>&lt;p&gt;Thanks Trey! The first steps are not totally clear (the difference between the two ways) but it definitely pointed me in the right direction.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Trey! The first steps are not totally clear (the difference between the two ways) but it definitely pointed me in the right direction.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: joshua</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-36684</link>
		<dc:creator>joshua</dc:creator>
		<pubDate>Mon, 16 Feb 2009 18:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-36684</guid>
		<description>&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-28667</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Thu, 15 Jan 2009 16:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-28667</guid>
		<description>&lt;p&gt;@Trey oh, my bad - I missed the cd [theme] part.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Trey oh, my bad &#8211; I missed the cd [theme] part.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-28542</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Thu, 15 Jan 2009 01:50:25 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-28542</guid>
		<description>&lt;p&gt;@Luke - I&#039;m only deleting the &lt;code&gt;.svn&lt;/code&gt; folders from the new theme I&#039;ve created by duplicating the default theme, not WordPress itself.  And I&#039;m only doing that because I&#039;ll be creating a new repository for my new theme.  Dig it?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@Luke &#8211; I&#8217;m only deleting the <code>.svn</code> folders from the new theme I&#8217;ve created by duplicating the default theme, not WordPress itself.  And I&#8217;m only doing that because I&#8217;ll be creating a new repository for my new theme.  Dig it?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Luke</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-28525</link>
		<dc:creator>Luke</dc:creator>
		<pubDate>Wed, 14 Jan 2009 23:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-28525</guid>
		<description>&lt;p&gt;If all you&#039;re going to do is delete the .svn folders afterwards, why are you bothing to checkout? Use export:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;svn export http://svn.automattic.com/wordpress/tags/[tag] [site]
&lt;/code&gt;&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>If all you&#8217;re going to do is delete the .svn folders afterwards, why are you bothing to checkout? Use export:</p>

<pre><code>svn export <a href="http://svn.automattic.com/wordpress/tags/tag" >http://svn.automattic.com/wordpress/tags/tag</a> [site]
</code></pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-16214</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Thu, 29 May 2008 14:54:23 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-16214</guid>
		<description>&lt;p&gt;@JTJ - Noted and updated the post.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@JTJ &#8211; Noted and updated the post.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: JTJ</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-16213</link>
		<dc:creator>JTJ</dc:creator>
		<pubDate>Thu, 29 May 2008 14:17:01 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-16213</guid>
		<description>&lt;p&gt;In general, tags are actual releases and will not change; whereas, branches are in-progress and not always stable. I&#039;d recommend using tags.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>In general, tags are actual releases and will not change; whereas, branches are in-progress and not always stable. I&#8217;d recommend using tags.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Trey</title>
		<link>http://solutions.treypiepmeier.com/2008/05/28/installing-wordpress-the-right-way/comment-page-1/#comment-16160</link>
		<dc:creator>Trey</dc:creator>
		<pubDate>Wed, 28 May 2008 21:46:55 +0000</pubDate>
		<guid isPermaLink="false">http://solutions.treypiepmeier.com/?p=88#comment-16160</guid>
		<description>&lt;p&gt;No reason.  You think tag would be better than branch?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>No reason.  You think tag would be better than branch?</p>]]></content:encoded>
	</item>
</channel>
</rss>
