Changeset 6260


Ignore:
Timestamp:
06/01/15 14:27:41 (9 years ago)
Author:
Twan Goosen
Message:

small documentation updates

Location:
vlo/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/DEPLOY-README.txt

    r6258 r6260  
    2424         vlo-3.0-Distribution.tar.gz
    2525
    26    in a temporary directory: 'temp'. Next, stop the Tomcat server:
    27 
    28         /etc/init.d/tomcat6 stop
     26   in a temporary directory: 'temp'. Next, stop the Tomcat server, e.g.:
     27
     28     /etc/init.d/tomcat6 stop
    2929
    3030   After the server has stopped, copy the contents of the vlo_parent-2.13
     
    1931936. Importing data
    194194
    195    Before starting data import, first start the Tomcat server:
    196 
    197         /etc/init.d/tomcat6 start
     195   Before starting data import, first start the Tomcat server, e.g.:
     196
     197         /etc/init.d/tomcat6 start
    198198
    199199   To be sure the Solr server is working as it should, inspect the Tomcat log
     
    202202   Next, you can run the importer by starting the
    203203
    204         ./vlo_solr_importer.sh
     204         ./vlo_solr_importer.sh
    205205
    206206   script in the vlo/bin directory. Messages are logged to the a log file.
  • vlo/trunk/README.txt

    r6258 r6260  
    112112Some progress information is logged to a file 'log/vlo-importer.log'. It gets
    113113rotated automatically by the import process.
     114
     115For a fresh import, even when the VLO is not configured to delete all documents
     116from the index first, you can simply remove the contents of the Solr data
     117directory (check server configuration documentation for the exact location).
  • vlo/trunk/UPGRADE.txt

    r6240 r6260  
    2626- Replace the 'current' symlink with a link to location of the new VLO directory
    2727
    28 - If needed, flush the Solr index (by removing the data directory)
     28- If needed, flush the Solr index (by removing the data directory's content)
    2929- In 'bin', run the importer using the updated configuration file:
    3030    ./vlo_solr_importer.sh -c ../config/VloConfig.xml
Note: See TracChangeset for help on using the changeset viewer.