Gold Data Matching Tool is a web interface that allows an authorize user to manually match students form the registrar's office (Grade/Consent) to participants from the Turning Point.
- NodeJS (v6.11.0)
- Bower
- Apache (Current)
- PHP
-
git clone projectto web directory -
cd publicdirectorybower install
-
cd application/configcp default-config.json -> config.json- Set up database connection information
- Add login information
/** * Login user and password */ define('USER','user'); define('PASSWORD', 'password'); define('SESSION_KEY', 'active'); define('SESSION_EXCEPTIONS', serialize(array('home','user', 'error')));
-
From the project home directory give all files 755 permission