Difference between revisions of "CiviCRM"
Line 12: | Line 12: | ||
Interestingly, CiviCRM optionally uses <code>[http://wkhtmltopdf.org/ wkhtmltopdf]</code> to convert HTML to PDF | Interestingly, CiviCRM optionally uses <code>[http://wkhtmltopdf.org/ wkhtmltopdf]</code> to convert HTML to PDF | ||
+ | == Todo == | ||
*{{@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> | ||
+ | |||
+ | == Notes == | ||
+ | "Views" in Drupal (in core as of Drupal 8 <ref>https://www.drupal.org/project/views</ref>) is a good way to get reports from your data. If you want to use "Views" for your CiviCRM instance, you have to manually integrate it http://wiki.civicrm.org/confluence/display/CRMDOC/Views3+Integration Admin = <code>civicrm/admin/setting/uf</code> | ||
{{References}} | {{References}} | ||
[[Category:CRM]] | [[Category:CRM]] |
Revision as of 13:03, 4 May 2015
Contents
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
Todo[edit | edit source]
- todo Install, and use overrides for DEV/PROD and make sure you can use the installation on multiple hosts [2]
Notes[edit | edit source]
"Views" in Drupal (in core as of Drupal 8 [3]) is a good way to get reports from your data. If you want to use "Views" for your CiviCRM instance, you have to manually integrate it http://wiki.civicrm.org/confluence/display/CRMDOC/Views3+Integration Admin = civicrm/admin/setting/uf