== Parts needed beforehand == * MySQL, SQLYog * A working build for the customer from CORK * A backup of customer's data from CORK * Java 1.4 == Steps == 1. Install Java on customer server 2. Install MySQL on customer server * Make sure MySQL service is started * Install SQLYog; using SQLYog * set password for root@"localhost" = password('root') * Create and load two copies of the database backup * -prod * -qa 3. Unpack CORE build, install * Edit plugin.xml * Set up -prod and -qa domains * Make sure jdbc URLs point at server name (not localhost) * Make sure domains point at correct databases 4. Set up Windows services * Edit prod.wrapper.conf / qa.wrapper.conf * Adjust: name/id of domain; workspace location; service name * Use wrapper.exe to install services * -i - Install; -t - starT; -r - Remove * Start services. Use NT/XP's Services dialog to make sure the services started. (Hit Refresh a few times.) 5. Run CORE Workbench * Test queries * Test reports -- both web and PDF 6. Run CORE web * Test a random query 7. Install desktop shortcuts * CORE Workbench: Prod; CORE Workbench: QA * CORE Web: Prod; CORE Web: QA