Re: Staging (dev,test,prod) in django

2012-01-12 Thread Mike Dewhirst
On 12/01/2012 8:55pm, Thomas Guettler wrote: Hi, How do you handle staging? - Deploy the source code and static files dev (winXP) commit to svn (linux) svn wakes up buildbot (same linux) buildbot wipes out the test site (same linux) buildbot rebuilds the test site (including

Staging (dev,test,prod) in django

2012-01-12 Thread Thomas Guettler
Hi, in my environment there are three stages: dev, test, prod. Every stage has its own linux user, and all three stages can live on different hosts. The application is installed in $HOME of a user with this name schema: proj_customer_S (S is d=dev q=qualtitytest p=prod) There are some