Changes between Version 40 and Version 41 of CiviCRM HowTo Install


Ignore:
Timestamp:
03/03/16 11:33:16 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Install

    v40 v41  
    88  1. Log into MySQL.
    99  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}';}}}
    1111 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.
    1618
    1719- Add localisation, to allow for English (UK) language: relevant l10n file for civi version.