Re: Test Server

2007-10-16 Thread Issac Goldstand
I've had amazing experience setting up development sandboxes with VMWare Workstation and deploying them on Player (which means less investment in licenses). I use MySQL replication from the live server for keeping the DBs in sync and SVN for file management. If I've got people who use win32 as th

Re: Test Server

2007-10-15 Thread Perrin Harkins
On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > Sorry, 1 server under which all developers run a separate copy of the app > using their own URI. I think you have your answer then: run a separate server for each developer. That's what I consider the "normal" way to do it, and it's easy. You don't

Re: Test Server

2007-10-15 Thread jk jk
Sorry, 1 server under which all developers run a separate copy of the app using their own URI. Thanks. --JK On 10/15/07, Perrin Harkins <[EMAIL PROTECTED]> wrote: > > On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > > On our test server, each developer has his own checkout and his own > URI. To >

Re: Test Server

2007-10-15 Thread Perrin Harkins
On 10/15/07, jk jk <[EMAIL PROTECTED]> wrote: > On our test server, each developer has his own checkout and his own URI. To > eliminate the need to constantly restart the server, we installed > Apache2::Reload. Unfortunately, we use a custom @ISA for each developer's > copy, which Apache2::Reload