Re: Django dev/deploy environment for distributed agile teams

2012-01-05 Thread Alexis Bellido
I wrote a Fabric script to automate Django deployment, in my tests with Ubuntu servers (actually, virtual machines running under KVM) the script took 14 minutes from a clean Ubuntu install to a running Django environment. You can get the code in GitHub:

Re: Django dev/deploy environment for distributed agile teams

2012-01-01 Thread creecode
Hello Ashkan, Gunicorn can handle async from what I read < http://gunicorn.org/design.html >. From the docs... Sync Workers The most basic and the default worker type is a synchronous worker class that handles a single request at a time. This

Re: Django dev/deploy environment for distributed agile teams

2012-01-01 Thread Ashkan Roshanayi
Thanks Denis, I am not sure about using Gunicorn. Actually am thinking about a more async, non-blocking platform maybe using Tornado. What do you think? Cheers, On 11 Dey, 1390, at 12:53 AM, Denis Darii wrote: > Hi Ashkan, > > You can take a look at our project: django-fagungis = DJANGO +

Re: Django dev/deploy environment for distributed agile teams

2011-12-31 Thread Denis Darii
Hi Ashkan, You can take a look at our project: django-fagungis = DJANGO + FAbric + GUnicorn + NGInx + Supervisor deployment Here: https://bitbucket.org/DNX/django-fagungis/ We use it for the same purpose as you described. If you have some questions, suggestions or ideas about and for the project

Re: Django dev/deploy environment for distributed agile teams

2011-12-31 Thread Paul Msegeya
sounds good...Happy new year too. On Sat, Dec 31, 2011 at 10:25 PM, Ashkan Roshanayi < ashkan.roshan...@gmail.com> wrote: > Hi everybody, we are working in a geographically distributed agile team. I > am trying to design and configure our development environment and > deployment procedures and

Django dev/deploy environment for distributed agile teams

2011-12-31 Thread Ashkan Roshanayi
Hi everybody, we are working in a geographically distributed agile team. I am trying to design and configure our development environment and deployment procedures and need to know about your valuable experiences. My requirements are: * Each new developer can kick-start developing: dev