Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.78 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.78 KB

README

Welcome to the Open Source repository for the Integrated EQA System software. This system builds on the ePT application.

How do I get set up?

  • Install Zend Framework 1.12
  • Download the Source Code or clone this repository to a suitable location on your computer. We'll call this EQA_HOME.
  • Create a database (MySQL).
  • Run the database creation files (database.minimal.sql) and migration files (prefixed with a timestamp) located in the EQA_HOME/database/ folder
  • Rename EQA_HOME/application/configs/application.ini.sample to EQA_HOME/application/configs/application.ini. Modify the config files (EQA_HOME/application/configs/application.ini and EQA_HOME/application/configs/config.ini) setting the revelant parameters to match those of your environment.
  • Create a virtual host pointing to the EQA_HOME/public folder. Ensure that the web-server has write permissions to the following folders: EQA_HOME/public/files, EQA_HOME/public/uploads, EQA_HOME/application/cache. If need be create the folders.

Running

  • Once you have the software set up, you can visit the admin panel through your browser by typing YOUR_DOMAIN/admin and log in with the credentials nphleqa@gmail.com and password
  • Now you can start adding Participants, Participant logins, PT Surveys, Shipments etc.

Who do I talk to?

  • To contribute a feature or fix, create a pull request and we'll happily review it.
  • To report a bug or request an enhancement , add an issue to the issue list.
  • For general inquiries, submit a ticket on the NPHL Help Desk and we'll get back to you.