-
Notifications
You must be signed in to change notification settings - Fork 1
Updating
Doug Bird edited this page Jul 13, 2018
·
6 revisions
Existing deployments of ClientCal can be safely updated in-place using a three step workflow.
- Update the local copy of the ClientCal source (i.e.
git update
)
-
Use
composer update
to upgrade and install any new dependencies.composer update
-
Use the config update utility command-line script to upgrade the existing ClientCal configuration.
php bin/config-update.php
-
Use the database update utility command-line script to apply database schema updates (database migrations).
php bin/db-update.php