Difference between revisions of "CiviCRM"

From Freephile Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
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) are 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>
Line 9: Line 9:
  
 
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)
 +
 +
Interestingly, CiviCRM optionally uses <code>[http://wkhtmltopdf.org/ wkhtmltopdf]</code> to convert HTML to PDF
  
 
*{{@todo}} Install, and use [http://wiki.civicrm.org/confluence/display/CRMDOC/Override+CiviCRM+Settings overrides] for DEV/PROD and make sure you can use the installation on multiple hosts <ref>http://wiki.civicrm.org/confluence/display/CRMDOC/Moving+an+Existing+Installation+to+a+New+Server+or+Location</ref>
 
*{{@todo}} Install, and use [http://wiki.civicrm.org/confluence/display/CRMDOC/Override+CiviCRM+Settings overrides] for DEV/PROD and make sure you can use the installation on multiple hosts <ref>http://wiki.civicrm.org/confluence/display/CRMDOC/Moving+an+Existing+Installation+to+a+New+Server+or+Location</ref>

Revision as of 00:18, 1 May 2015

Installation[edit | edit source]

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) are 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 [1]

Also, the default theme (and most other themes?) don't work well for CiviCRM - especially the admin side. So, drush dl civi_bartik 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)

Interestingly, CiviCRM optionally uses wkhtmltopdf to convert HTML to PDF

  • Gedit.svg todo Install, and use overrides for DEV/PROD and make sure you can use the installation on multiple hosts [2]


References[edit source]