Robin wrote:
> Hello,
> 
> I am trying to decide which tool should I use to deploy my django
> based application, and I have some candidates and want to know what
> are your opinion about this. My deployments will be in more than one
> server.
> 
> First I though about Capistrano, but I don't want to install/learn
> another language, so I look at some of the python based deployment
> tools. I found this ones:

Installing is trivial (apt-get/yum install ruby).  Learning Ruby is not 
necessary Having zero ruby knowledge(I still do) I was able to hack onto 
the Capistrano built in deployment recipes to do some very different 
than normal things.

Capistrano has a lot of batteries included, I highly recommend 
reconsidering looking at it.

> * Paver : http://www.blueskyonmars.com/projects/paver/
> * Vellum: http://www.zedshaw.com/projects/vellum/
> * Fabric: http://pypi.python.org/pypi/Fabric/0.0.3:
> * zc.buildout: http://pypi.python.org/pypi/zc.buildout

 > Does any of you have experience or pros-cons about any of this tools
 > or any other ?

buildout isn't really for deployments, I didn't get past reading about 
it before i decided it was not tool I'd want to use for deployment

> My deployment procedure will be, I hope, an easy one:
> 
> * download the version I want to deploy of the project (from
> subversion)
> * update database if needed
> * restart application server if needed

Deployments (or deployment procedures) are never as clean as one hopes.

-- 
Norman J. Harman Jr.
Senior Web Specialist, Austin American-Statesman
___________________________________________________________________________
It's August!  Keep your cool with the Statesman.  Check out our hot
deals in print and online for back-to-school savings and more!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to