Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 507 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 507 Bytes

DCPS-Recruitment

Online Application Portal for District Child Protection Society

To Use this repository use the following commands

$ git clone https://github.com/abusalam/DCPS-Recruitment.git
$ cd SiteRepo

Rename settings.sample.inc.php to settings.inc.php and change the following values accordingly

define('HOST_Name', '<MySQL Database Server Host>');
define('MySQL_User', '<MySQL Username>');
define('MySQL_Pass', '<MySQL Password');
define('MySQL_DB', '<MySQL Database>');