<?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>anty.info &#187; Capistrano</title>
	<atom:link href="http://www.anty.info/tag/capistrano/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anty.info</link>
	<description>Comments and help on web development.</description>
	<lastBuildDate>Fri, 11 Jun 2010 14:50:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What to consider when deploying web apps</title>
		<link>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/</link>
		<comments>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/#comments</comments>
		<pubDate>Wed, 21 May 2008 16:13:22 +0000</pubDate>
		<dc:creator>anty</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Capistrano]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://www.anty.info/?p=23</guid>
		<description><![CDATA[When I&#8217;m tired I tend to cross read blog posts in my feedreader. This way I just found an interesting screencast in Chris Hartjes&#8217; blog which I thought I should mention here: 6 Steps to a perfect deployment. Chris explains how he&#8217;s deploying web applications and why you should follow this six-step-approach, too: The first [...]]]></description>
			<content:encoded><![CDATA[<p>When I&#8217;m tired I tend to cross read blog posts in my feedreader. This way I just found an interesting screencast in Chris Hartjes&#8217; blog which I thought I should mention here: <a href="http://www.littlehart.net/atthekeyboard/2008/04/17/deployment-is-not-a-4-letter-word-the-screencast/">6 Steps to a perfect deployment</a>.</p>
<p><span id="more-23"></span></p>
<p>Chris explains how he&#8217;s deploying web applications and why you should follow this six-step-approach, too:</p>
<ol>
<li>The first deploy will not hurt, but as soon as you change something and it breaks it <em>will</em> hurt.</li>
<li>Make sure you are able to undo changes in the productive environment if you change something.</li>
<li>Don&#8217;t forget that there&#8217;s more in your application than code!</li>
<li>Automate every step, else mistakes <em>will</em> happen!</li>
<li>Make sure the deployment and production environment are as close as possible.</li>
<li>Ownership of code is important, make sure it&#8217;s properly deployed.</li>
</ol>
<p>Chris recommends <a href="http://capify.org/">Capistrano</a>, which is originally a deploy-tool for Ruby but since version 2 it doesn&#8217;t care about what it deploys. I personally haven&#8217;t used Capistrano, but hearing Chris&#8217; satisfaction I think it&#8217;s worth checking it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anty.info/2008/05/21/what-to-consider-when-deploying-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
