CiviCRM is an open‑source customer relationship management (CRM) application designed primarily for non‑profit organizations. It integrates directly into popular content management systems (CMS) like Drupal, Joomla, and WordPress.
Why Use CiviCRM?
-
Manage contacts, donors, members, and volunteers.
-
Track contributions and fundraising campaigns.
-
Organize events and registrations.
-
Create and manage email marketing campaigns.
-
Extensible and integrates seamlessly with your CMS.
Steps to Install CiviCRM
1. Prerequisites
-
A working installation of Drupal, Joomla, or WordPress on your ruachost.com hosting account.
-
Access to cPanel for database creation.
-
PHP and MySQL enabled on your hosting plan.
Installing CiviCRM on Drupal
-
Determine your Drupal site’s database settings (
sites/default/settings.php). -
In cPanel, create a new MySQL database and user for CiviCRM.
-
Download the latest CiviCRM package for Drupal from https://sourceforge.net/projects/civicrm/files/civicrm-stable.
-
Upload and install the module via Modules → Install new module.
-
Visit the CiviCRM installer URL:
http://example.com/sites/all/modules/civicrm/install/index.php -
Enter both Drupal and CiviCRM database credentials.
-
Click Check Requirements and Install CiviCRM.
-
Once installed, configure via the CiviCRM link in Drupal’s menu.
Installing CiviCRM on Joomla
-
Download the Joomla package (
civicrm-x.x.x-joomla.zip) from SourceForge. -
Upload the
.zipfile to your Joomlatmpdirectory. -
Extract the contents (creates
com_civicrm). -
Log in to Joomla Admin → Extensions → Extension Manager → Install from Directory.
-
Enter the path to
com_civicrmand click Install. -
Once installed, access via Components → CiviCRM.
Installing CiviCRM on WordPress
-
In cPanel, create a MySQL database and user for CiviCRM.
-
Download the WordPress package (
civicrm-x.x.x-wordpress.zip) from SourceForge. -
Upload the
.zipfile to thewp-content/pluginsdirectory. -
Extract the contents (creates
civicrmfolder). -
Create a
filesdirectory insidewp-content/plugins/civicrm. -
Log in to WordPress Admin → Plugins → Installed Plugins → Activate CiviCRM.
-
Go to Settings → CiviCRM Installer.
-
Enter database credentials and click Check Requirements and Install CiviCRM.
-
Once installed, access via Dashboard → CiviCRM.
Notes
|