CiviCRM: Difference between revisions
Created page with "== Installation == CiviCRM sits on top of a CMS: either Drupal, WordPress, or Joomla!. The '''CiviCRM User and Administrator Book''' and also the wiki (see http..." |
adds theming note |
||
| Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
CiviCRM sits on top of a [[CMS]]: either [[Drupal]], [[WordPress]], or Joomla!. | CiviCRM sits on top of a [[CMS]]: either [[Drupal]], [[WordPress]], or Joomla!. | ||
The '''CiviCRM User and Administrator Book''' and also the wiki (see https://civicrm.org/go/books) is invaluable in getting setup. | The '''CiviCRM User and Administrator Book''' and also the wiki (see https://civicrm.org/go/books) is invaluable in getting setup. | ||
When installing on top of Drupal, if you have the HTMLPurifier module enabled, you will run into a conflict that you can resolve by disabling the module in Drupal proper, or else modifying the bootstrap code in civicrm <ref>http://forum.civicrm.org/index.php?topic=28429.0</ref> | When installing on top of Drupal, if you have the HTMLPurifier module enabled, you will run into a conflict that you can resolve by disabling the module in Drupal proper, or else modifying the bootstrap code in civicrm <ref>http://forum.civicrm.org/index.php?topic=28429.0</ref> | ||
Also, the default theme (and most other themes?) don't work well for CiviCRM - especially the admin side. So, <code>drush dl civi_bartik</code> and enable it for the admin side. | |||
After installation, there is a checklist that you should complete (e.g. http://example.org/civicrm/admin/configtask) | After installation, there is a checklist that you should complete (e.g. http://example.org/civicrm/admin/configtask) | ||