/heartofjesus

Heart of Jesus and Mary Parish System

Primary LanguagePHP

heartofjesus

Heart of Jesus and Mary Parish

Installation

  1. Clone or Download
  2. Import database (heartofjesus.sql)
  3. Edit application/config/database.php
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'ccivi',
// put your credentials here
  1. Edit application/config/config.php
$config['base_url'] = 'http://youbaseurlhere.com';