First git push to github

This commit is contained in:
2026-05-29 14:52:16 -04:00
commit 94bc6117f2
1576 changed files with 455304 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
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>