<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: How can we quickly deploy to multiple LAMP environments?</title>
	<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments/</link>
	<description>Comments on Ask MetaFilter post How can we quickly deploy to multiple LAMP environments?</description>
	<pubDate>Mon, 13 Apr 2009 09:30:57 -0800</pubDate>
	<lastBuildDate>Mon, 13 Apr 2009 09:30:57 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: How can we quickly deploy to multiple LAMP environments?</title>
		<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments</link>	
		<description>Are there any tools to help with deploying LAMP sites to multiple environments? &lt;br /&gt;&lt;br /&gt; We have 3 Ubuntu Server environments (development, preview, and production) that need to have file and database updates pushed through multiple times a day.&lt;br&gt;
&lt;br&gt;
We&apos;re manually using MySQL Administrator for database restores and Beyond Compare 3 for file updates but there has to be a more automated way.&lt;br&gt;
&lt;br&gt;
The database and file systems between the environments end up nearly identical because the project is still in development and we have everything under source control.&lt;br&gt;
&lt;br&gt;
Are there any good tools or CLI tricks that can handle quick backup and restore of the database and mirror of the file system?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2009:site.119380</guid>
		<pubDate>Mon, 13 Apr 2009 08:57:52 -0800</pubDate>
		<dc:creator>hitopshelf</dc:creator>
		
			<category>LAMP</category>
		
			<category>MySQL</category>
		
			<category>Site</category>
		
			<category>Deployment</category>
		
	</item> <item>
		<title>By: avex</title>
		<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments#1708983</link>	
		<description>I have started to use &lt;a href=&quot;http://www.capify.org/&quot;&gt;Capistrano&lt;/a&gt; to deploy sites for a LAMP setup with a wordpress based site using Subversion for version control.  From the CLI I just type &quot;cap deploy&quot; and away it goes.&lt;br&gt;
&lt;br&gt;
Capistrano is mostly used by the RoR guys, but it has been working great for me with LAMP and subversion.  I found out how to do it from a &lt;a href=&quot;http://www.madebymany.co.uk/using-capistrano-with-php-specifically-wordpress-0087&quot;&gt;informative blog post&lt;/a&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.119380-1708983</guid>
		<pubDate>Mon, 13 Apr 2009 09:30:57 -0800</pubDate>
		<dc:creator>avex</dc:creator>
	</item><item>
		<title>By: jenkinsEar</title>
		<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments#1708991</link>	
		<description>for file system mirror, rsync is the usual choice. It can tunnel via ssh, so that works well in a remote environment, and it only copies changes. Alternately, tagged version releases through your version control system works.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.119380-1708991</guid>
		<pubDate>Mon, 13 Apr 2009 09:37:44 -0800</pubDate>
		<dc:creator>jenkinsEar</dc:creator>
	</item><item>
		<title>By: cdmwebs</title>
		<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments#1709057</link>	
		<description>Seconding capistrano. It was designed to easily complete tasks across multiple servers from a command line.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.119380-1709057</guid>
		<pubDate>Mon, 13 Apr 2009 10:22:18 -0800</pubDate>
		<dc:creator>cdmwebs</dc:creator>
	</item><item>
		<title>By: Mach5</title>
		<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments#1709174</link>	
		<description>&lt;a href=&quot;http://www.nongnu.org/fab/index.html&quot;&gt;fabric is pretty cool.&lt;/a&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.119380-1709174</guid>
		<pubDate>Mon, 13 Apr 2009 11:18:38 -0800</pubDate>
		<dc:creator>Mach5</dc:creator>
	</item><item>
		<title>By: nicwolff</title>
		<link>http://ask.metafilter.com/119380/How-can-we-quickly-deploy-to-multiple-LAMP-environments#1709536</link>	
		<description>&lt;a href=&quot;http://www.nongnu.org/fab/&quot;&gt;Fabric&lt;/a&gt;, &lt;a href=&quot;http://www.capify.org/&quot;&gt;capistrano&lt;/a&gt;, &lt;a href=&quot;http://reductivelabs.com/products/puppet/&quot;&gt;puppet&lt;/a&gt;, &lt;a href=&quot;http://xcat.sourceforge.net/&quot;&gt;xCAT&lt;/a&gt;, &lt;a href=&quot;http://code.google.com/p/slack/&quot;&gt;slack&lt;/a&gt;...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2009:site.119380-1709536</guid>
		<pubDate>Mon, 13 Apr 2009 14:42:35 -0800</pubDate>
		<dc:creator>nicwolff</dc:creator>
	</item>
	</channel>
</rss>
