Updating the environment during deployments
Inside the /src folder there is an Update.php that you can start from command line to update the environmetnt after a deployment. The file checks if all needed directories exist and are writable. If not it tries to create and chmod them. The scipt also updates the database schema. To find the database connection string the script reads the test configuration from the configuration file. So make sure you set the correct configuration settings in production. Otherwise deployments are likely to fail.