Changes between Initial Version and Version 1 of CiviCRM HowTo Copy a Site


Ignore:
Timestamp:
03/04/16 09:45:49 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Copy a Site

    v1 v1  
     1= CiviCRM HowTo Copy a Site
     2
     3Tags: [[CiviCRM Summary]] [[HowTo]]
     4
     5== Procedure
     6
     71. On the site you want to copy clear the CiviCRM cache by running the command:
     8 - {{{http://{site domain}/index.php?q=civicrm/clearcache}}}
     92. Backup the CiviCRM and Drupal databases.
     103. Create the new databases and restore the backups to these databases.
     114. Ensure that the database user(s) have the correct permissions (see [[CiviCRM HowTo Install]])
     125. Copy the directory of the original Drupal site to the new location.
     136. Change the ownership of the new site directory to `www-data` or the relevant user.
     147. In the new site directory, amend settings files `{Drupal Home}/sites/default/settings.php` and `{Drupal Home}/sites/default/civicrm.settings.php` to:
     15 1. Change the database connection details.
     16 2. Directories and URLs.
     178. Browse to the new site and go onto the CiviCRM tab / menu item.
     189. Go to `Administration\System Settings\Directories` and amend the custom directories.
     19
     20[[BackLinks]]