Welcome to the Open Source repository for the Integrated EQA System software. This system builds on the ePT application.
- 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 theEQA_HOME/database/
folder - Rename
EQA_HOME/application/configs/application.ini.sample
toEQA_HOME/application/configs/application.ini
. Modify the config files (EQA_HOME/application/configs/application.ini
andEQA_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.
- 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
andpassword
- Now you can start adding Participants, Participant logins, PT Surveys, Shipments etc.
- 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.