Changes between Version 2 and Version 3 of InstallingAtCustomerSite
- Timestamp:
- May 9, 2007, 9:08:10 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingAtCustomerSite
v2 v3 5 5 * A backup of customer's data from CORK 6 6 * Java 1.4 7 8 * Identify which server CORE is to be installed on 9 And which hard drive (parition) it is to use for the 10 database. Must have at least ?? GB of hard drive space. 7 11 8 12 == Steps == … … 11 15 12 16 2. Install MySQL on customer server 13 * Make sure MySQL service is started 14 * Install SQL Yog; using SQLYog17 * Make sure MySQL service is started (look for "MySQL" in the Windows Services page) 18 * Install SQLyog; using SQLyog 15 19 * set password for root@"localhost" = password('root') 16 * Create and load two copies of the database backup 17 * <customername>-prod 18 * <customername>-qa 20 * Create the site's database (<site> and a QA database <site>qa ) 21 (Go to Query command window to do this) 19 22 20 3. Unpack CORE build, install 23 * Create and load two copies of the database backup 24 Unzip/copy the plugin build into the database hard drive in the 25 26 3. Unpack CORE build, install (how? Unzip to ? C:\CORE ?) 21 27 * Edit plugin.xml 22 28 * Set up -prod and -qa domains … … 25 31 26 32 4. Set up Windows services 27 * Edit prod.wrapper.conf / qa.wrapper.conf 33 * Edit prod.wrapper.conf / qa.wrapper.conf (start from a copy of the edited prod.wrapper.conf) 28 34 * Adjust: name/id of domain; workspace location; service name 29 * Use wrapper.exe to install services 35 * Use wrapper.exe to install services (from C:\CORE\plugins) 36 wrapper -i com.<site>\prod.wrapper.conf 37 wrapper -i com.<site>qa\qa.wrapper.conf 38 30 39 * -i - Install; -t - starT; -r - Remove 40 31 41 * Start services. Use NT/XP's Services dialog to make sure the services started. (Hit Refresh a few times.) 42 - services are: (Remote Procedure Call (RPC) and...) 43 wrapper -t com.<site>\prod.wrapper.conf 44 wrapper -t com.<site>qa\qa.wrapper.conf 45 46 * If the services don't start, they can be removed and issues with the .conf files debugged by 47 wrapper -r com.<site>\prod.wrapper.conf 48 wrapper -r com.<site>qa\qa.wrapper.conf 32 49 33 50 5. Run CORE Workbench … … 37 54 6. Run CORE web 38 55 * Test a random query 56 (what web address should be used?) 39 57 40 58 7. Install desktop shortcuts 41 59 * CORE Workbench: Prod; CORE Workbench: QA 42 60 * CORE Web: Prod; CORE Web: QA 61 (how do you get to the web again? Set up links using port 8080 for the production DB and port 8090 for QA db)