Civicrm: Difference between revisions

From Freephile Wiki
Civicrm
Created page with "== Installation == Civicrm sits on top of a CMS: either Drupal, WordPress, or Joomla!. When installing on top of Drupal, if you have the HTMLPurifier module enabl..."
 
No edit summary
Line 1: Line 1:
== Installation ==
== Installation ==
Civicrm sits on top of a [[CMS]]: either [[Drupal]], [[WordPress]], or Joomla!.  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>
Civicrm sits on top of a [[CMS]]: either [[Drupal]], [[WordPress]], or Joomla!.  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>
After installation, there is a checklist that you should complete (e.g. http://example.org/civicrm/admin/configtask)





Revision as of 11:27, 29 July 2014

Installation

Civicrm sits on top of a CMS: either Drupal, WordPress, or Joomla!. 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 [1]

After installation, there is a checklist that you should complete (e.g. http://example.org/civicrm/admin/configtask)


References