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:

* 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 ?

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

Obviously I have to get log of every action, to know if something is
not working properly

thanks in advance,
         r.

--~--~---------~--~----~------------~-------~--~----~
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