Changes between Version 2 and Version 3 of InstallingAtCustomerSite


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

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingAtCustomerSite

    v2 v3  
    55 * A backup of customer's data from CORK
    66 * Java 1.4
     7 
     8 * Identify which server CORE is to be installed on
     9And which hard drive (parition) it is to use for the
     10database. Must have at least ?? GB of hard drive space.
    711
    812== Steps ==
     
    1115
    1216 2. Install MySQL on customer server
    13    * Make sure MySQL service is started
    14    * Install SQLYog; using SQLYog
     17   * Make sure MySQL service is started (look for "MySQL" in the Windows Services page)
     18   * Install SQLyog; using SQLyog
    1519     * 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)
    1922
    20  3. Unpack CORE build, install
     23 * Create and load two copies of the database backup
     24Unzip/copy the plugin build into the database hard drive in the
     25 
     26 3. Unpack CORE build, install (how? Unzip to ? C:\CORE ?)
    2127   * Edit plugin.xml
    2228     * Set up -prod and -qa domains
     
    2531
    2632 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)
    2834     * 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
    3039     * -i - Install; -t - starT; -r - Remove
     40
    3141   * 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
    3249
    3350 5. Run CORE Workbench
     
    3754 6. Run CORE web
    3855   * Test a random query
     56(what web address should be used?)
    3957
    4058 7. Install desktop shortcuts
    4159   * CORE Workbench: Prod; CORE Workbench: QA
    4260   * 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)