We do our development in local environments. In order to make it work on your local, follow these steps:
#1 Install the database that will be provided to you by one of the other devs
#2 Copy admin_cofig.php to /auditprotocol and rename it to config.php
#3 Copy user_config.php to /portal and rename it to config.php
#4 In each config file, set the $dbname to your DB name
#5 Make your virtual host over HTTPS
When you are doing work on a ticket create a branch off of the latest QA. When you are finished created Pull Request in Bitbucket.
Add Comment