Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GOLDataMatchingTool

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.

System Reqirements

  • NodeJS (v6.11.0)
    • Bower
  • Apache (Current)
  • PHP

Installiation

  1. git clone project to web directory

  2. cd public directory

    • bower install
  3. cd application/config

    • cp 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')));
  4. From the project home directory give all files 755 permission

About

Match Tools for GOL Data Research

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages