Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 361 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 361 Bytes

hris

HRIS

Installation

  1. Clone or Download
  2. Import database (hris.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';