Changes between Version 3 and Version 4 of InstallingAtCustomerSite


Ignore:
Timestamp:
May 9, 2007, 9:12:00 AM (18 years ago)
Author:
christopher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingAtCustomerSite

    v3 v4  
    1818   * Install SQLyog; using SQLyog
    1919     * set password for root@"localhost" = password('root')
     20   * (Go to Query command window to do this)
     21
    2022 * 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)
    2224
    2325 * Create and load two copies of the database backup
    24 Unzip/copy the plugin build into the database hard drive in the
    2526 
    2627 3. Unpack CORE build, install (how? Unzip to ? C:\CORE ?)
     
    3435     * Adjust: name/id of domain; workspace location; service name
    3536   * 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
     37     * wrapper -i com.<site>\prod.wrapper.conf
     38     * wrapper -i com.<site>qa\qa.wrapper.conf
    3839
    3940     * -i - Install; -t - starT; -r - Remove
     
    4142   * Start services.  Use NT/XP's Services dialog to make sure the services started. (Hit Refresh a few times.)
    4243 - services are: (Remote Procedure Call (RPC) and...)
    43      wrapper -t com.<site>\prod.wrapper.conf
    44      wrapper -t com.<site>qa\qa.wrapper.conf
     44     * wrapper -t com.<site>\prod.wrapper.conf
     45     * wrapper -t com.<site>qa\qa.wrapper.conf
    4546
    4647   * 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
     48     * wrapper -r com.<site>\prod.wrapper.conf
     49     * wrapper -r com.<site>qa\qa.wrapper.conf
    4950
    5051 5. Run CORE Workbench