Changes between Version 7 and Version 8 of InstallingAtCustomerSite


Ignore:
Timestamp:
May 10, 2007, 9:53:47 AM (18 years ago)
Author:
dorme
Comment:

Formatting

Legend:

Unmodified
Added
Removed
Modified
  • InstallingAtCustomerSite

    v7 v8  
    2020     * (Go to Query command window to do this)
    2121
    22  * Create the site's database (<site> and a QA database <site>-qa )
     22 3. Create the site's database (<site> and a QA database <site>-qa )
    2323   * SQLyog Menu-bar button to do this.
    24 
    25  * Create and load two copies of the database backup
    26    * Right-click database name and pick "restore from backup"
     24   * Create and load two copies of the database backup
     25     * Right-click database name and pick "restore from backup"
    2726 
    28  3. Unpack CORE build, install (how? Unzip to ? C:\CORE ?)
     27 4. Unpack CORE build, install (how? Unzip to ? C:\CORE ?)
    2928   * Edit plugin.xml
    3029     * Set up -prod and -qa domains
     
    3231     * Make sure domains point at correct databases
    3332
    34  4. Set up Windows services
     33 5. Set up Windows services
    3534   * Edit prod.wrapper.conf / qa.wrapper.conf (start from a copy of the edited prod.wrapper.conf)
    3635     * Adjust: name/id of domain; workspace location; service name
     
    3837     * wrapper -i com.<site>\prod.wrapper.conf
    3938     * wrapper -i com.<site>qa\qa.wrapper.conf
    40 
    4139     * -i - Install; -t - starT; -r - Remove
    42 
    4340   * Start services.  Use NT/XP's Services dialog to make sure the services started. (Hit Refresh a few times.)
    4441     * services are: Core Business Server (prod); Core Business Server (qa)
    4542     * wrapper -t com.<site>\prod.wrapper.conf
    4643     * wrapper -t com.<site>qa\qa.wrapper.conf
    47 
    4844   * If the services don't start, they can be removed and issues with the .conf files debugged by
    4945     * wrapper -r com.<site>\prod.wrapper.conf