Fabric is the more capistrano-ish tool if all your looking for is scriptable deployment. Buildout does more but it seems more &quot;magic&quot; to me and imposes a bit of structure on your project. Fabric on the other hand is pretty much just a quick way of creating command line tools that do 3 common deployment tasks: run local commands, use ssh to move files, and run remote commands on the deployment target. I found fabric much easier to wrap my head around and it satisfied my (limited) deployment needs. YMMV!<br>
<br>-regards<br>Simeon Franklin<br><br><div class="gmail_quote">On Thu, Jan 7, 2010 at 4:22 PM, Kimball Bighorse <span dir="ltr">&lt;<a href="mailto:kbighorse@yahoo.com">kbighorse@yahoo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Working on a Twisted Web app coming from a Java/Ruby background, used to Capistrano for Rails deployment.  Looking at zc.buildout and fabric for deployment, any opinions or other options for me to investigate?<br>
<br>
Gratefully,<br>
<br>
Kimball<br>
_______________________________________________<br>
Baypiggies mailing list<br>
<a href="mailto:Baypiggies@python.org">Baypiggies@python.org</a><br>
To change your subscription options or unsubscribe:<br>
<a href="http://mail.python.org/mailman/listinfo/baypiggies" target="_blank">http://mail.python.org/mailman/listinfo/baypiggies</a><br>
</blockquote></div><br>