SAC:Setup CiviCRM

From OSGeo
Revision as of 08:05, 5 September 2007 by Tmitchell (talk | contribs) (starting notes)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Following instructions from the CiviCRM 1.8 install for Drupal

  • unzip tar ball into ~/src/civicrm

Create Folders for Drupal

Create folders with write permissions:

  • /var/www/html/files/civicrm/crm_docs/
  • /var/www/html/files/civicrm/templates_c/
  • /var/www/html/files/civicrm/upload/
cd /var/www/html/files/
sudo mkdir civicrm
sudo mkdir civicrm/crm_docs
sudo mkdir civicrm/templates_c
sudo mkdir civicrm/upload
sudo chown -R apache.apache civicrm