How to do deployment for php application
I am currently developing a php-application for a charity organization and I am now in the stage of defining the deployment practices. Our application is using both Zend Framework and Doctrine. The application will be rolled out to different servers, each with a different configuration file. The machines are both Windows and Linux (but all with Apache and php 5.2+). The source is available in a subversion repository and we want to build and store our packages on a Linux server. Preferably we want the update process to be as easy as running an update command in the application directory, where