<?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: Automated django deployment</title>
	<atom:link href="http://a.khavr.com/2010/03/19/automated-django-deployment/feed/" rel="self" type="application/rss+xml" />
	<link>http://a.khavr.com/2010/03/19/automated-django-deployment/</link>
	<description>Technology and Startups</description>
	<lastBuildDate>Sun, 12 Aug 2012 16:33:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: Nate Aune</title>
		<link>http://a.khavr.com/2010/03/19/automated-django-deployment/comment-page-1/#comment-3343</link>
		<dc:creator>Nate Aune</dc:creator>
		<pubDate>Thu, 23 Sep 2010 06:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/?p=171#comment-3343</guid>
		<description><![CDATA[&lt;p&gt;Thanks for the follow @noderabbit! As you know by now, we are building DjangoZoom, a commercial service to streamline and automate Django deployments. It automatically creates the environment on the server using virtualenv, installs all the dependencies using pip, and provides rollback in case something goes wrong. Sign up for the beta at &lt;a href=&quot;http://djangozoom.com&quot; rel=&quot;nofollow&quot;&gt;http://djangozoom.com&lt;/a&gt; and we&#039;ll let you know when it&#039;s available!&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Thanks for the follow @noderabbit! As you know by now, we are building DjangoZoom, a commercial service to streamline and automate Django deployments. It automatically creates the environment on the server using virtualenv, installs all the dependencies using pip, and provides rollback in case something goes wrong. Sign up for the beta at <a href="http://djangozoom.com" rel="nofollow">http://djangozoom.com</a> and we&#39;ll let you know when it&#39;s available!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andriy Khavryuchenko</title>
		<link>http://a.khavr.com/2010/03/19/automated-django-deployment/comment-page-1/#comment-3332</link>
		<dc:creator>Andriy Khavryuchenko</dc:creator>
		<pubDate>Mon, 22 Mar 2010 01:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/?p=171#comment-3332</guid>
		<description><![CDATA[&lt;p&gt;Daily?  We run tests on every checkin :)&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Daily?  We run tests on every checkin <img src='http://a.khavr.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Макс Ищенко</title>
		<link>http://a.khavr.com/2010/03/19/automated-django-deployment/comment-page-1/#comment-3330</link>
		<dc:creator>Макс Ищенко</dc:creator>
		<pubDate>Sat, 20 Mar 2010 23:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/?p=171#comment-3330</guid>
		<description><![CDATA[&lt;p&gt;db migration is tricky. &lt;br&gt;&lt;br&gt;To test that &quot;clean slate&quot; deployment continues to work I&#039;d recommend a daily build task that creates a virtualenv --no-site-packages plus pip to install all deps and then run testsuite. Works very well for me.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>db migration is tricky. <br /><br />To test that &#8220;clean slate&#8221; deployment continues to work I&#39;d recommend a daily build task that creates a virtualenv &#8211;no-site-packages plus pip to install all deps and then run testsuite. Works very well for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andriy Khavryuchenko</title>
		<link>http://a.khavr.com/2010/03/19/automated-django-deployment/comment-page-1/#comment-3329</link>
		<dc:creator>Andriy Khavryuchenko</dc:creator>
		<pubDate>Sat, 20 Mar 2010 18:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/?p=171#comment-3329</guid>
		<description><![CDATA[&lt;p&gt;Though my post was more about deployment stuff, we&#039;re using BuildBot (&lt;a href=&quot;http://buildbot.net/trac&quot; rel=&quot;nofollow&quot;&gt;http://buildbot.net/trac&lt;/a&gt;) regularly on our projects.&lt;br&gt;&lt;br&gt;Now I&#039;m rethinking our CI and deployment process to move towards Continuous Deployment as described by Eric Ries (&lt;a href=&quot;http://www.startuplessonslearned.com/2009/06/why-continuous-deployment.html&quot; rel=&quot;nofollow&quot;&gt;http://www.startuplessonslearned.com/2009/06/wh...&lt;/a&gt;)&lt;br&gt;&lt;br&gt;We intent to either continue to use BuildBot or try Hudson (&lt;a href=&quot;http://hudson-ci.org/&quot; rel=&quot;nofollow&quot;&gt;http://hudson-ci.org/&lt;/a&gt;) or Pony-Build (&lt;a href=&quot;http://github.com/jacobian/pony-build-django&quot; rel=&quot;nofollow&quot;&gt;http://github.com/jacobian/pony-build-django&lt;/a&gt;) for integration part.&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>Though my post was more about deployment stuff, we&#39;re using BuildBot (<a href="http://buildbot.net/trac" rel="nofollow">http://buildbot.net/trac</a>) regularly on our projects.<br /><br />Now I&#39;m rethinking our CI and deployment process to move towards Continuous Deployment as described by Eric Ries (<a href="http://www.startuplessonslearned.com/2009/06/why-continuous-deployment.html" rel="nofollow"></a><a href="http://www.startuplessonslearned.com/2009/06/wh" rel="nofollow">http://www.startuplessonslearned.com/2009/06/wh</a>&#8230;)<br /><br />We intent to either continue to use BuildBot or try Hudson (<a href="http://hudson-ci.org/" rel="nofollow">http://hudson-ci.org/</a>) or Pony-Build (<a href="http://github.com/jacobian/pony-build-django" rel="nofollow">http://github.com/jacobian/pony-build-django</a>) for integration part.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bsn</title>
		<link>http://a.khavr.com/2010/03/19/automated-django-deployment/comment-page-1/#comment-3328</link>
		<dc:creator>bsn</dc:creator>
		<pubDate>Sat, 20 Mar 2010 17:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://a.khavr.com/?p=171#comment-3328</guid>
		<description><![CDATA[&lt;p&gt;what about using buildbot as CI server?&lt;/p&gt;
]]></description>
		<content:encoded><![CDATA[<p>what about using buildbot as CI server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
