Changes between Version 38 and Version 39 of CiviCRM HowTo Install


Ignore:
Timestamp:
03/03/16 09:47:26 (9 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CiviCRM HowTo Install

    v38 v39  
    33Tags: [[CiviCRM]] [[HowTo]]
    44
    5 - Pre-requisites: Ubuntu packages: php5-ldap php5-sybase. Restart apache afterwards.
    6 
    7 - Install drupal 7 (currently 7.15)
    8 
    9 - Install and configure the drupal-ldap module.
    10 
    11 - Install drush 5.7
    12 
    13 - Install civicrm 4.2 (currently 4.2.2)
     51. [[Drupal HowTo Install]]
     62. Follow the official guide at [[https://wiki.civicrm.org/confluence/display/CRMDOC/Drupal+Installation+Guide+for+CiviCRM+4.5+-+Drupal+7|Install CiviCRM]] or:
     7 1. Create the CiviCRM database:
     8  1. Log into MySQL.
     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}';}}}
     11 1. Download the relevant version of CiviCRM from [[https://svn.rcs.le.ac.uk/LCBRU/utilities/civicrm/civicrm_releases/]]
     12 2. Unzip the file and copy it into the folder {{{{Drupal folder}/sites/all/modules}}}
     13 3. Browse to the address {{{http://{Drupal site address}/sites/all/modules/civicrm/install/index.php}}}
     14 4. Enter the database details.
    1415
    1516- Add localisation, to allow for English (UK) language: relevant l10n file for civi version.