| | 6 | |
| | 7 | Install civicrm 4.2.0 |
| | 8 | |
| | 9 | Add localisation, to allow for English (UK) language:[[BR]] |
| | 10 | Be in /var/local/civicrm/drupal/sites/all/modules[[BR]] |
| | 11 | {{{ |
| | 12 | wget http://downloads.sourceforge.net/project/civicrm/civicrm-stable/4.2.0/civicrm-4.2.0-l10n.tar.gz |
| | 13 | }}} |
| | 14 | |
| | 15 | Log in as the site administrator account, then use the configuration checklist within the CiviCRM module.[[BR]] |
| | 16 | Disable CiviMail, CiviMember, CiviEvent and CiviCampaign.[[BR]] |
| | 17 | |
| | 18 | Create drupal user accounts for each member of staff, then use the contact editor to add details |
| | 19 | |
| | 20 | Change date and time representations to UK format using Administer >> Localization >> Date Formats |
| | 21 | |
| | 22 | Turn off 'post code suffix' in Administer >> Localization >> Address settings - this still leaves 'post code suffix' as a prompt / help text, but never mind. |
| | 23 | |
| | 24 | |
| | 25 | |
| | 26 | Default preferred language for contacts is still 'English (US)' - how do we change that? |
| | 27 | |
| | 28 | |
| | 29 | |
| | 30 | |
| | 31 | === Issues === |
| | 32 | Default preferred language for contacts is still 'English (US)' - how do we change that?[[BR]] |
| | 33 | Unsupported locale specified to parseStreetAddress: en_GB. Proceeding with en_US locale. [[BR]] |
| | 34 | |
| | 35 | |
| | 36 | === CiviCRM Documentation === |
| | 37 | |
| | 38 | Configuration of CiviCase: http://wiki.civicrm.org/confluence/display/CRMDOC41/CiviCase+Configuration#CiviCaseConfiguration-ConfiguringCiviCase |
| | 39 | |