<?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: Deploying Django with Fabric</title>
	<atom:link href="http://blog.thescoop.org/archives/2008/12/02/deploying-django-with-fabric/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.thescoop.org/archives/2008/12/02/deploying-django-with-fabric/</link>
	<description>Derek Willis' weblog on investigative and computer-assisted reporting.</description>
	<lastBuildDate>Mon, 08 Mar 2010 02:26:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=3.0-alpha</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Deploying Django with Mercurial, Fab and Nginx &#171; streamhacker.com</title>
		<link>http://blog.thescoop.org/archives/2008/12/02/deploying-django-with-fabric/comment-page-1/#comment-146163</link>
		<dc:creator>Deploying Django with Mercurial, Fab and Nginx &#171; streamhacker.com</dc:creator>
		<pubDate>Mon, 25 Jan 2010 02:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5175#comment-146163</guid>
		<description>[...] is a fab command that can run remote and sudo commands on one or more remote hosts. So let&#8217;s deploy Django using fab. Here&#8217;s an example fabfile with 2 commands: restart and nginx. These commands should only be [...]</description>
		<content:encoded><![CDATA[<p>[...] is a fab command that can run remote and sudo commands on one or more remote hosts. So let&#8217;s deploy Django using fab. Here&#8217;s an example fabfile with 2 commands: restart and nginx. These commands should only be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deploying Django with Mercurial, Fab and Nginx &#171; Stream Hacker</title>
		<link>http://blog.thescoop.org/archives/2008/12/02/deploying-django-with-fabric/comment-page-1/#comment-135326</link>
		<dc:creator>Deploying Django with Mercurial, Fab and Nginx &#171; Stream Hacker</dc:creator>
		<pubDate>Sun, 26 Apr 2009 18:10:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5175#comment-135326</guid>
		<description>[...] is a fab command that can run remote and sudo commands on one or more remote hosts. So let&#8217;s deploy Django using fab. Here&#8217;s an example fabfile with 2 commands: restart and nginx. These commands should only be [...]</description>
		<content:encoded><![CDATA[<p>[...] is a fab command that can run remote and sudo commands on one or more remote hosts. So let&#8217;s deploy Django using fab. Here&#8217;s an example fabfile with 2 commands: restart and nginx. These commands should only be [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Sergeant</title>
		<link>http://blog.thescoop.org/archives/2008/12/02/deploying-django-with-fabric/comment-page-1/#comment-132590</link>
		<dc:creator>Nick Sergeant</dc:creator>
		<pubDate>Wed, 03 Dec 2008 15:39:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5175#comment-132590</guid>
		<description>Fabric is great, and the developers are even more so.  They&#039;ve routinely answered questions and even turned around quick feature improvements in response to issues on the mailing list.  Kudos to them.

I wrote some quick fab code to interact with MySQL database dumping and loading, etc, since that&#039;s the most frequent beast I struggle with.  I wrote it up in a quick blog post here:

http://nicksergeant.com/blog/programming/developing-and-deploying-applications-fabric-and-subversion

Happy coding!</description>
		<content:encoded><![CDATA[<p>Fabric is great, and the developers are even more so.  They&#8217;ve routinely answered questions and even turned around quick feature improvements in response to issues on the mailing list.  Kudos to them.</p>
<p>I wrote some quick fab code to interact with MySQL database dumping and loading, etc, since that&#8217;s the most frequent beast I struggle with.  I wrote it up in a quick blog post here:</p>
<p><a href="http://nicksergeant.com/blog/programming/developing-and-deploying-applications-fabric-and-subversion" rel="nofollow">http://nicksergeant.com/blog/programming/developing-and-deploying-applications-fabric-and-subversion</a></p>
<p>Happy coding!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://blog.thescoop.org/archives/2008/12/02/deploying-django-with-fabric/comment-page-1/#comment-132582</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 03 Dec 2008 03:33:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.thescoop.org/?p=5175#comment-132582</guid>
		<description>I also use and enjoy fabric, without the django pluging, which I haven&#039;t tried. I&#039;ve also never tried Capistrano with Django, so I don&#039;t have any criticism. It might be awesome. 

But the thing I like most about fabric is how I can easily customize a variety of upkeep and monitoring tasks in addition to revision control on application code. Plus it&#039;s really easy for my simple brain to read. 

FWIW, my chosen shazam line is: 

$ fab prod deploy reboot</description>
		<content:encoded><![CDATA[<p>I also use and enjoy fabric, without the django pluging, which I haven&#8217;t tried. I&#8217;ve also never tried Capistrano with Django, so I don&#8217;t have any criticism. It might be awesome. </p>
<p>But the thing I like most about fabric is how I can easily customize a variety of upkeep and monitoring tasks in addition to revision control on application code. Plus it&#8217;s really easy for my simple brain to read. </p>
<p>FWIW, my chosen shazam line is: </p>
<p>$ fab prod deploy reboot</p>
]]></content:encoded>
	</item>
</channel>
</rss>
