Changeset 6259


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

merged updates to readme files

Location:
vlo/branches/vlo-3.2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vlo/branches/vlo-3.2

  • vlo/branches/vlo-3.2/DEPLOY-README.txt

    r6102 r6259  
    204204        ./vlo_solr_importer.sh
    205205
    206    script in the vlo/bin directory. Messages are logged to the console. Because
    207    meta data is not static, it is recommended to run the importer a couple of
    208    times a week. Please note that, given the current (04.2014) set of data, a 
    209    run typically takes between two and four hours.
     206   script in the vlo/bin directory. Messages are logged to the a log file.
     207   Because meta data is not static, it is recommended to run the importer a
     208   couple of times a week. Please note that, given the current (04.2014) set of
     209   data, a  run typically takes between two and four hours.
     210   
     211   More information about running the importer can be found in the README.txt
     212   file.
     213   
  • vlo/branches/vlo-3.2/README.txt

    r6101 r6259  
     1= Table of Contents =
     2- What is the VLO?
     3- What should I read?
     4- Setting up
     5        - Preparing for release
     6- Using the VLO
     7        - Running an import
     8       
    19= What is the VLO? =
    210
     
    2634Some general development notes.
    2735
    28 == Setting up ==
     36= Setting up =
    2937
    3038Follow the instructions in DEPLOY-README to set up a development environment.
     
    8290files.
    8391
     92= Using the VLO =
     93
     94After a successful deployment and configuration, you should be able to browse to
     95the VLO web app and browse the imported records.
     96
     97If the VLO is empty, you will need to run an import first.
     98
     99== Running an import ==
     100
     101To run an import, go the 'bin' child directory of the VLO application directory
     102and run
     103
     104        ./vlo_solr_importer.sh
     105       
     106as the appropriate user (e.g. 'vlouser').
     107
     108It's advisable to run this in a detached background process (for example using
     109"screen") because an import can take quite a long time depending on the amount
     110of records to be imported.
     111
     112Some progress information is logged to a file 'log/vlo-importer.log'. It gets
     113rotated automatically by the import process.
Note: See TracChangeset for help on using the changeset viewer.