Click to See Complete Forum and Search --> : Staged Server Publishing Best Practice


dshafer
03-07-2007, 12:05 AM
I want to set up a system whereby my development team makes changes to the files on one server, tests them, gets them signed off by the client, and then easily publishes them to the production server. I know this problem has to have been solved thousands of times. I thought Dreamweaver would do this job nicely but it turns out it apparently doesn't. Weird.

What is the best way to accomplish this task? There are some config and db files on the test server that I don't want copied to the production server because they're slightly differeent on the two sites.

The site is a PHP/MySQL site if that helps or makes a diference.