You will need to be running windows along with Apache, MySql and Php in order to run QaTraq. If you are already running with Apache, Mysql and Php then you can skip step 1. The checks and install instructions provided below assume you have installed the components using XAMPP and that you have an Apache web server document root set to:
C:\Program Files\xampp\htdocs
1. Download and Install XAMPP
If you are not already running Apache, Mysql and Php then download and install these components first.
Check
Action
Command
Download and install the basic XAMPP installer packages
NOTE: when specifying the password make sure that there is no space between the -p and the actual password. You may also find after a clean install of MySql that no root password is defined in which case omit the "-ppassword" string altogether.
Configure SQL user accounts
mysql\bin\mysql -uroot –p<password>
mysql> grant usage on qatraq.* to qatraq@localhost identified by '<qatraq_password>';
mysql> grant all on qatraq.* to qatraq@localhost identified by '<qatraq_password>';
mysql> grant usage on qatraq.* to report@localhost identified by '<report_password>';
mysql> grant select on qatraq.* to report@localhost identified by '<report_password>';
mysql> \q
Where <qatraq_password> and <report_password> are passwords of your choice
Edit db_params.php using notepad, setting <qatraq_password> and <reports_password> to values dependent on the passwords provided in the ‘Configure QaTraq Sql user accounts’ above.
Note that the reports user should have been set up with only SELECT privileges for the database so that users of QaTraq running reports don't have privileges which allow them to write to or modify the database.
Log in to the QaTraq
http://localhost/qatraq/index.php
user name: admin
password: admin
Change default QaTraq user accounts
For security reasons please change the password on the admin account (user: admin, password: admin) and delete the test1 account
St. Mary's Court, The Broadway,
Old Amersham, Buckinghamshire.
HP7 0UT United Kingdom
Telephone: +44 (0)1494 582037