Installation instructions: -------------------------- 1. Create database: mysql -uroot -p -e "CREATE DATABASE civicrm DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci" mysql -uroot -p -e "grant all on civicrm.* to 'civicrm'@'localhost' identified by 'SECRETPASSWORD'" Notes ----- CiviCRM Drupal and Wordpress databases are not compatible. Do not attempt to share them. Migration from one to another is possible and described here: http://wiki.civicrm.org/confluence/display/CRMDOC/Migrating+from+Drupal+to+WordPress PDF --- "wkhtmltopdf" is not enabled by default. To activate it make sure the following packages are installed: xvfb wkhtmltopdf then enter "/usr/bin/xvfb-run -- /usr/bin/wkhtmltopdf" to field "Path to wkhtmltopdf executable" in Administer --> System Settings --> Misc