<?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: Creating a Staging WordPress Blog for Testing</title> <atom:link href="http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/feed/" rel="self" type="application/rss+xml" /><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-a-staging-wordpress-blog-for-testing</link> <description>WordPress and Web Dev From the Ground Up</description> <lastBuildDate>Wed, 16 May 2012 09:51:47 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.2.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>By: justdoproperty</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2710</link> <dc:creator>justdoproperty</dc:creator> <pubDate>Thu, 25 Mar 2010 12:10:25 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2710</guid> <description>Oh also not only is this great for creating a staging area but also if you need to move your wordpress installation from one server to a new server. </description> <content:encoded><![CDATA[<p>Oh also not only is this great for creating a staging area but also if you need to move your wordpress installation from one server to a new server.</p> ]]></content:encoded> </item> <item><title>By: Alec Hanson</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2709</link> <dc:creator>Alec Hanson</dc:creator> <pubDate>Thu, 18 Mar 2010 16:09:58 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2709</guid> <description>Thaya,
Fantastic. That has been such a great help as I had previously tried and got to the issue with the siteURL in the staging DB, thanks for the SQL code and for covering all this so clearly.
Very much appreciated. </description> <content:encoded><![CDATA[<p>Thaya,</p><p>Fantastic. That has been such a great help as I had previously tried and got to the issue with the siteURL in the staging DB, thanks for the SQL code and for covering all this so clearly.</p><p>Very much appreciated.</p> ]]></content:encoded> </item> <item><title>By: Thaya Kareeson</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2707</link> <dc:creator>Thaya Kareeson</dc:creator> <pubDate>Thu, 25 Feb 2010 06:00:02 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2707</guid> <description>Hi Will,
You&#039;re welcome! This is probably because there are some hardcoded links in either your theme or your posts. It&#039;s probably easy to fix the theme. For the posts, you will need to write a script to go through your posts table to replace &lt;a href=&quot;http://YOUR-DOMAIN.com&quot; target=&quot;_blank&quot;&gt;http://YOUR-DOMAIN.com&lt;/a&gt; to &lt;a href=&quot;http://staging.YOUR-DOMAIN.com.&quot; target=&quot;_blank&quot;&gt;http://staging.YOUR-DOMAIN.com.&lt;/a&gt; Hope that help! </description> <content:encoded><![CDATA[<p>Hi Will,</p><p>You&#039;re welcome! This is probably because there are some hardcoded links in either your theme or your posts. It&#039;s probably easy to fix the theme. For the posts, you will need to write a script to go through your posts table to replace <a
href="http://YOUR-DOMAIN.com" target="_blank">http://YOUR-DOMAIN.com</a> to <a
href="http://staging.YOUR-DOMAIN.com." target="_blank">http://staging.YOUR-DOMAIN.com.</a> Hope that help!</p> ]]></content:encoded> </item> <item><title>By: Will</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2705</link> <dc:creator>Will</dc:creator> <pubDate>Mon, 22 Feb 2010 04:10:18 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2705</guid> <description>Thaya- thanks a lot. I was able to follow your post to create a development site for my wordpress site. However, some of the pages redirect to the main page instead of the dev. site. I ran the - &quot;update wp_options set option_value=&#039;http://staging.YOUR-DOMAIN.com&#039; where option_name&quot; while logged in to my new database. Is that the right thing to do?
I am clueless at this point. </description> <content:encoded><![CDATA[<p>Thaya- thanks a lot. I was able to follow your post to create a development site for my wordpress site. However, some of the pages redirect to the main page instead of the dev. site. I ran the &#8211; &quot;update wp_options set option_value=&#039;<a
href="http://staging.YOUR-DOMAIN.com&#038;#039" rel="nofollow">http://staging.YOUR-DOMAIN.com&#038;#039</a>; where option_name&quot; while logged in to my new database. Is that the right thing to do?<br
/> I am clueless at this point.</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2017</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Wed, 25 Feb 2009 23:43:39 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2017</guid> <description>Dan, manually. You would want to double check merging every file so you don&#039;t overwrite anything by accident. I use Beyond Compare and compare the 2 dirs (awesome Windows app, the Linux drive is mounted via samba).
Have a look here: &lt;a href=&quot;http://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/Comparison_of_file_c...&lt;/a&gt; for a list of comparison tools. </description> <content:encoded><![CDATA[<p>Dan, manually. You would want to double check merging every file so you don&#39;t overwrite anything by accident. I use Beyond Compare and compare the 2 dirs (awesome Windows app, the Linux drive is mounted via samba).</p><p>Have a look here: <a
href="http://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools" rel="nofollow">http://en.wikipedia.org/wiki/Comparison_of_file_c&#8230;</a> for a list of comparison tools.</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2018</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Wed, 25 Feb 2009 15:42:23 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2018</guid> <description>Dan, manually. You would want to double check merging every file so you don&#039;t overwrite anything by accident. I use Beyond Compare and compare the 2 dirs (awesome Windows app, the Linux drive is mounted via samba).
Have a look here: &lt;a href=&quot;&quot; target=&quot;_blank&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools&lt;/a&gt;&quot; target=&quot;_blank&quot;&gt;http://en.wikipedia.org/wiki/Comparison_of_file_c...&lt;/a&gt;&lt;/a&gt; for a list of comparison tools. </description> <content:encoded><![CDATA[<p>Dan, manually. You would want to double check merging every file so you don&#039;t overwrite anything by accident. I use Beyond Compare and compare the 2 dirs (awesome Windows app, the Linux drive is mounted via samba).</p><p>Have a look here: <a
href="" target="_blank"></a><a
href="http://en.wikipedia.org/wiki/Comparison_of_file_comparison_tools</a>&#8221; target=&#8221;_blank&#8221;></a><a
href="http://en.wikipedia.org/wiki/Comparison_of_file_c..." rel="nofollow">http://en.wikipedia.org/wiki/Comparison_of_file_c&#8230;</a> for a list of comparison tools.</p> ]]></content:encoded> </item> <item><title>By: Dan Moore</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-2016</link> <dc:creator>Dan Moore</dc:creator> <pubDate>Wed, 25 Feb 2009 15:36:06 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-2016</guid> <description>This is great.  But how do you move code/content/etc from staging to production? </description> <content:encoded><![CDATA[<p>This is great.  But how do you move code/content/etc from staging to production?</p> ]]></content:encoded> </item> <item><title>By: Artem Russakovskii</title><link>http://omninoggin.com/wordpress-posts/creating-a-staging-wordpress-blog-for-testing/#comment-791</link> <dc:creator>Artem Russakovskii</dc:creator> <pubDate>Tue, 13 Jan 2009 07:22:23 +0000</pubDate> <guid
isPermaLink="false">http://omninoggin.com/?p=148#comment-791</guid> <description>I finally got around to setting up a staging site and was looking for the list of things we discussed earlier. Excellent instructions, I will be using them to double check I got everything covered and automate the setup. </description> <content:encoded><![CDATA[<p>I finally got around to setting up a staging site and was looking for the list of things we discussed earlier. Excellent instructions, I will be using them to double check I got everything covered and automate the setup.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.omninoggin.com

Served from: omninoggin.com @ 2012-05-22 12:39:35 -->
