Below is a list of things that are needed to push program to production from development


1. scripts/RDICronScript.sh
    - This file needs to have the development directory commented out and the production direction uncommented

2. xml/settings.xml
    - Uncomment   <DatabaseServer>localhost</DatabaseServer>
    - Comment out <DatabaseServer>192.168.1.190</DatabaseServer>
    - Uncomment   <Environment>Production</Environment>
    - Comment out <Environment>Development</Environment>

