The capstone project for MCL Taxes created by Kerk Day, Jesse Goerzen, Cesar Guzman, Taylor Hanlon, and Tristen Kreutz
- Install MySQL version 5.7 or later.
- Install Apache Tomcat version 9.0 or later.
- Unzip 'wcl_remote_tax_prep.zip' in the directory '[Catalina Home]' which is the directory you unzipped in the installation of Apache Tomcat.
- Run '[Catalina Home]\wcl\TaxPreparer_Database_Create.sql' from within MySQL with administrator privileges.
- Run '[Catalina Home]\wcl\Database_User_Create.sql' from within MySQL with administrator privileges.
- Unzip '[Catalina Home]\wcl\config_files.zip' in any folder of your choice. These files contain private data about your system, so consider placing these files on a removable drive or another. Remember the location where you installed your files
- Edit '[Catalina Home]\conf\wcl\config.txt'
- Replace all instances of 'C:\Capstone\TestFiles' with the path where you unzipped 'config_files.zip'.
- Replace all instances of 'C:\Capstone\BackRowSAIT\Remote Tax Preparer Web Server\res' with the path where you unzipped 'config_files.zip'.
- Replace all instances of 'C:\Capstone\TestFiles' with the path where you unzipped 'config_files.zip', but with double slashes.
- Replace all instances of 'C:\Program Files\MySQL\MySQL Server 5.7' with your MySql Server directory.
- Edit the files from 'config_files.zip'
- Replace the contents of 'emailpassword.txt' with the password to the account you use to email users.
- Replace the contents of 'emailusername.txt' with the username to the account you use to email users.
- Replace the contents of 'sqladminpassword.txt' with the password to an admin account for MySQL.
- Replace the contents of 'sqladminusername.txt' with the username to an admin account for MySQL.
- Run [Catalina Home]\bin\startup.bat as an administrator.
- Run [Catalina Home]\bin\startup.bat
- On your internet browser of choice, go to the following link http://localhost:8080/manager/text/start?war=wcl.war
- On your internet browser of choice, go to the following link http://localhost:8080/manager/text/stop?war=wcl.war
- Run [Catalina Home]\bin\shutdown.bat