<?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: Deployment setup automation</title>
	<atom:link href="http://nutrun.com/weblog/deployment-setup-automation/feed/" rel="self" type="application/rss+xml" />
	<link>http://nutrun.com/weblog/deployment-setup-automation/</link>
	<description>nutrun</description>
	<lastBuildDate>Mon, 28 Jun 2010 07:35:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Assaf</title>
		<link>http://nutrun.com/weblog/deployment-setup-automation/comment-page-1/#comment-1647</link>
		<dc:creator>Assaf</dc:creator>
		<pubDate>Tue, 17 Nov 2009 08:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://nutrun.com/?p=327#comment-1647</guid>
		<description>Have a look at Necktie: http://github.com/assaf/necktie/

It came out of a similar approach, but my Capistrano scripts quickly grew unmaintainable.  So instead I check my Necktie script into Git, and use a Capistrano task (cap necktie) to pull it and run it on the remote server.  A single script that runs locally (on the remote machine) is easier to work with.

http://blog.labnotes.org/2009/11/04/necktie-dress-to-impress/</description>
		<content:encoded><![CDATA[<p>Have a look at Necktie: <a href="http://github.com/assaf/necktie/" rel="nofollow">http://github.com/assaf/necktie/</a></p>
<p>It came out of a similar approach, but my Capistrano scripts quickly grew unmaintainable.  So instead I check my Necktie script into Git, and use a Capistrano task (cap necktie) to pull it and run it on the remote server.  A single script that runs locally (on the remote machine) is easier to work with.</p>
<p><a href="http://blog.labnotes.org/2009/11/04/necktie-dress-to-impress/" rel="nofollow">http://blog.labnotes.org/2009/11/04/necktie-dress-to-impress/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julian Simpson</title>
		<link>http://nutrun.com/weblog/deployment-setup-automation/comment-page-1/#comment-1606</link>
		<dc:creator>Julian Simpson</dc:creator>
		<pubDate>Tue, 10 Nov 2009 15:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://nutrun.com/?p=327#comment-1606</guid>
		<description>George,

Nice post.  I&#039;m very tempted to enhance this by calling a Puppet manifest (or if you really twisted my arm, Chef recipe) to manage all the dependencies, including crontabs, etc.  Not a fan of sudo in Capistrano tasks generally but I&#039;d probably make an exception in this case.

Best

Julian</description>
		<content:encoded><![CDATA[<p>George,</p>
<p>Nice post.  I&#8217;m very tempted to enhance this by calling a Puppet manifest (or if you really twisted my arm, Chef recipe) to manage all the dependencies, including crontabs, etc.  Not a fan of sudo in Capistrano tasks generally but I&#8217;d probably make an exception in this case.</p>
<p>Best</p>
<p>Julian</p>
]]></content:encoded>
	</item>
</channel>
</rss>
