Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Installing patched CiviCRM

Herb edited this page Jul 14, 2017 · 4 revisions
  1. Download the latest release of the repository and put it in sites/all/civicrm-drupal-pantheon.
  2. Either use the bundled version of CiviCRM with default patches, or rebuild by editing the drush make file civicrm_drupal_pantheon.make to ensure all the patches you want are enabled.
  3. Go to the webroot and run drush make --no-core sites/all/civicrm-drupal-pantheon/civicrm_drupal_pantheon.make which will be installed in WEBROOT/sites/all/modules/civicrm.
  4. Commit the code and push to the dev or multidev site.
  5. Set the site to SFTP mode so CiviCRM can create the settings file.
  6. Run the installer <DRUPAL SITE>/sites/all/modules/civicrm/install/index.php. It will prefill the install form with variables for civicrm.settings.php.
  7. Double check civicrm.settings.php, adjust where needed (such as for a local environments) and commit.
  8. Deploy to live!
Clone this wiki locally