Changeset 5065


Ignore:
Timestamp:
04/25/14 12:02:53 (10 years ago)
Author:
Twan Goosen
Message:

Added general upgrade instructions to UPGRADE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.0/UPGRADE

    r5064 r5065  
     1----------------------------
     2General upgrade instructions
     3----------------------------
     4
     5Quick overview of the upgrade steps (for details see DEPLOY-README)
     6
     7- Unpack the VLO distribution tarball
     8
     9- Go to the 'war' directory
     10- Unzip the vlo-solr-#.##.war in a new 'solr' directory
     11- Unzip the vlo-web-app-#.##.war in a new 'vlo' directory
     12
     13- In the 'config' directory, adjust VloConfig.xml as needed (make a backup first)
     14- Make any further version specific adjustments as described in this document
     15
     16- Stop the Tomcat or at least the VLO web app and Solr applications
     17- Replace the 'current' symlink with a link to location of the new VLO directory
     18
     19- If needed, flush the Solr index (by removing the data directory)
     20- In 'bin', run the importer using the updated configuration file:
     21    ./vlo_solr_importer.sh -c ../config/VloConfig.xml
     22
    123---------------------------
    224Upgrading from 2.18 to 3.0
Note: See TracChangeset for help on using the changeset viewer.