Changes between Version 3 and Version 4 of InstallingAtCustomerSite
- Timestamp:
- May 9, 2007, 9:12:00 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingAtCustomerSite
v3 v4 18 18 * Install SQLyog; using SQLyog 19 19 * set password for root@"localhost" = password('root') 20 * (Go to Query command window to do this) 21 20 22 * Create the site's database (<site> and a QA database <site>qa ) 21 (Go to Query command window to do this)23 * (Go to Query command window to do this) 22 24 23 25 * Create and load two copies of the database backup 24 Unzip/copy the plugin build into the database hard drive in the25 26 26 27 3. Unpack CORE build, install (how? Unzip to ? C:\CORE ?) … … 34 35 * Adjust: name/id of domain; workspace location; service name 35 36 * Use wrapper.exe to install services (from C:\CORE\plugins) 36 wrapper -i com.<site>\prod.wrapper.conf37 wrapper -i com.<site>qa\qa.wrapper.conf37 * wrapper -i com.<site>\prod.wrapper.conf 38 * wrapper -i com.<site>qa\qa.wrapper.conf 38 39 39 40 * -i - Install; -t - starT; -r - Remove … … 41 42 * Start services. Use NT/XP's Services dialog to make sure the services started. (Hit Refresh a few times.) 42 43 - services are: (Remote Procedure Call (RPC) and...) 43 wrapper -t com.<site>\prod.wrapper.conf44 wrapper -t com.<site>qa\qa.wrapper.conf44 * wrapper -t com.<site>\prod.wrapper.conf 45 * wrapper -t com.<site>qa\qa.wrapper.conf 45 46 46 47 * 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.conf48 wrapper -r com.<site>qa\qa.wrapper.conf48 * wrapper -r com.<site>\prod.wrapper.conf 49 * wrapper -r com.<site>qa\qa.wrapper.conf 49 50 50 51 5. Run CORE Workbench