<?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: WordPress Configuration for Multiple Environments</title>
	<atom:link href="http://abandon.ie/wordpress-configuration-for-multiple-environments/feed/" rel="self" type="application/rss+xml" />
	<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/</link>
	<description>WordPress design &#38; development in Dublin, Ireland.</description>
	<lastBuildDate>Mon, 21 Jan 2013 10:52:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
	<item>
		<title>By: Abban</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-7794</link>
		<dc:creator>Abban</dc:creator>
		<pubDate>Tue, 15 Jan 2013 10:19:29 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-7794</guid>
		<description><![CDATA[Batman&#039;s database :)]]></description>
		<content:encoded><![CDATA[<p>Batman&#8217;s database <img src='http://abandon.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Aeschlimann</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-7793</link>
		<dc:creator>Mathias Aeschlimann</dc:creator>
		<pubDate>Tue, 15 Jan 2013 10:06:34 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-7793</guid>
		<description><![CDATA[nice work. just spotted a typo in the comments ...batabase]]></description>
		<content:encoded><![CDATA[<p>nice work. just spotted a typo in the comments &#8230;batabase</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: D.Lo</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-6634</link>
		<dc:creator>D.Lo</dc:creator>
		<pubDate>Mon, 03 Dec 2012 20:27:08 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-6634</guid>
		<description><![CDATA[This blog post was SO helpful.  Exactly what I was looking for, thanks!]]></description>
		<content:encoded><![CDATA[<p>This blog post was SO helpful.  Exactly what I was looking for, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abban</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-6438</link>
		<dc:creator>Abban</dc:creator>
		<pubDate>Fri, 23 Nov 2012 14:50:56 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-6438</guid>
		<description><![CDATA[Install WP on your production site so it adds the production URL to the database. Then stick the same DB details in each case in the switch statement and define the WP_SITEURL and WP_HOME as the different environment urls eg:

[php]define(&#039;WP_SITEURL&#039;, &#039;http://staging.abandon.ie/&#039;);
define(&#039;WP_HOME&#039;, &#039;http://staging.abandon.ie/&#039;);[/php]]]></description>
		<content:encoded><![CDATA[<p>Install WP on your production site so it adds the production URL to the database. Then stick the same DB details in each case in the switch statement and define the WP_SITEURL and WP_HOME as the different environment urls eg:</p>
<pre class="brush: php; title: ; notranslate">define('WP_SITEURL', 'http://staging.abandon.ie/');
define('WP_HOME', 'http://staging.abandon.ie/');</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shovan Sargunam</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-6437</link>
		<dc:creator>Shovan Sargunam</dc:creator>
		<pubDate>Fri, 23 Nov 2012 14:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-6437</guid>
		<description><![CDATA[Great! It works,

I want live, stage and dev to have the same database. Do you know how that can be done? 

@shovansargunam]]></description>
		<content:encoded><![CDATA[<p>Great! It works,</p>
<p>I want live, stage and dev to have the same database. Do you know how that can be done? </p>
<p>@shovansargunam</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shovan Sargunam</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-6436</link>
		<dc:creator>Shovan Sargunam</dc:creator>
		<pubDate>Fri, 23 Nov 2012 14:23:27 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-6436</guid>
		<description><![CDATA[Thanks man, seems to answer what I was looking for. Let me test it :)]]></description>
		<content:encoded><![CDATA[<p>Thanks man, seems to answer what I was looking for. Let me test it <img src='http://abandon.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony Torres</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-5493</link>
		<dc:creator>Anthony Torres</dc:creator>
		<pubDate>Wed, 24 Oct 2012 01:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-5493</guid>
		<description><![CDATA[Something that might be good to add to this bootstrap is a way to provide the user to choose the environment they would like to display via a url parameter. 

For example: I have a very small website, I&#039;m the only developer, tester, and everything else, as a result I only have local and production environments. It would be great if I could check to make sure the production specific code behaved the way i would like by changing the environment locally without pushing the code. 

I understand that a staging environment is supposed to do this for me but that is a lot over overhead for something as small as what i&#039;m working on.]]></description>
		<content:encoded><![CDATA[<p>Something that might be good to add to this bootstrap is a way to provide the user to choose the environment they would like to display via a url parameter. </p>
<p>For example: I have a very small website, I&#8217;m the only developer, tester, and everything else, as a result I only have local and production environments. It would be great if I could check to make sure the production specific code behaved the way i would like by changing the environment locally without pushing the code. </p>
<p>I understand that a staging environment is supposed to do this for me but that is a lot over overhead for something as small as what i&#8217;m working on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CharliePops</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-3938</link>
		<dc:creator>CharliePops</dc:creator>
		<pubDate>Mon, 30 Jul 2012 16:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-3938</guid>
		<description><![CDATA[Very helpful, thanks a lot!.]]></description>
		<content:encoded><![CDATA[<p>Very helpful, thanks a lot!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liam Jay</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-3859</link>
		<dc:creator>Liam Jay</dc:creator>
		<pubDate>Thu, 19 Jul 2012 12:33:45 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-3859</guid>
		<description><![CDATA[Cheers man, this is going to save me a lot of time! 
I didn&#039;t realise anything like this was possible, so thanks for sharing with the rest of us. :)]]></description>
		<content:encoded><![CDATA[<p>Cheers man, this is going to save me a lot of time!<br />
I didn&#8217;t realise anything like this was possible, so thanks for sharing with the rest of us. <img src='http://abandon.ie/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abban</title>
		<link>http://abandon.ie/wordpress-configuration-for-multiple-environments/#comment-3577</link>
		<dc:creator>Abban</dc:creator>
		<pubDate>Thu, 05 Jul 2012 08:31:30 +0000</pubDate>
		<guid isPermaLink="false">http://abandon.ie/?p=926#comment-3577</guid>
		<description><![CDATA[I know, the values really should be set in an array that is looped through to define the constants. That&#039;s the way I actually do it on my own projects. For the purpose of this example though I wanted to keep it simple.

I should really add nested comment replies on here too..]]></description>
		<content:encoded><![CDATA[<p>I know, the values really should be set in an array that is looped through to define the constants. That&#8217;s the way I actually do it on my own projects. For the purpose of this example though I wanted to keep it simple.</p>
<p>I should really add nested comment replies on here too..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
