I would advise using two instances, along with two database instances. If
you'll be playing with the config, you won't want to have to bounce your
live site.
For the file moving, you can either check everything in dev into cvs and
check it back out into the live site, or you can just use rsync to mirror
the directories. It will depend on how many people will be developing and
the size of the content. For the site I work on, we also use a qa server
where changes can accumulate and be tested together.

dave

On Tue, 2 Oct 2001, Dave Siktberg wrote:
> Development of my first site is well underway, and I am starting to think
> about production configuration issues.  What's the best way to structure
> things so I can isolate development work and the testing thereof from the
> production system?  To do orderly moveups from development to production?
> Can this be done under one AOLServer instance, or should I have two?
> Thanks!
>

--
Dave Weis             "I believe there are more instances of the abridgement
[EMAIL PROTECTED]   of the freedom of the people by gradual and silent
                      encroachments of those in power than by violent
                      and sudden usurpations."- James Madison

Reply via email to