Changes between Version 40 and Version 41 of CiviCRM HowTo Install
- Timestamp:
- 03/03/16 11:33:16 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CiviCRM HowTo Install
v40 v41 8 8 1. Log into MySQL. 9 9 2. {{{CREATE DATABASE {database name} CHARACTER SET utf8 COLLATE utf8_general_ci;}}} 10 3. {{{GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES ON {database name}.* TO '{username}'@'{server}' IDENTIFIED BY '{password}';}}}10 3. {{{GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, CREATE TRIGGER ON {database name}.* TO '{username}'@'{server}' IDENTIFIED BY '{password}';}}} 11 11 1. Download the relevant version of CiviCRM from [[https://svn.rcs.le.ac.uk/LCBRU/utilities/civicrm/civicrm_releases/]] 12 2. Copy the core Civi file into the {{{{Drupal folder}/sites/all/modules}}} directory and unzip it. 13 3. Copy the internaitionalisation file into the {{{{Drupal folder}/sites/all/modules}}} directory and unzip it. 14 3. Browse to the address {{{http://{Drupal site address}/sites/all/modules/civicrm/install/index.php}}} 15 4. Enter the database details. 12 2. Copy the core Civi and internationalisation files into the {{{{Drupal folder}/sites/all/modules}}} directory. 13 3. {{{tar -xzf civicrm-{version}-drupal.tar.gz}}} 14 4. {{{tar -xzf civicrm-{version}-l10n.tar.gz}}} 15 5. Browse to the address {{{http://{Drupal site address}/sites/all/modules/civicrm/install/index.php}}} 16 6. Enter the database details. 17 7. 16 18 17 19 - Add localisation, to allow for English (UK) language: relevant l10n file for civi version.