Ignore:
Timestamp:
2019-06-23T22:50:24+12:00 (5 years ago)
Author:
davidb
Message:

Adjustment in echo info printed out

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/model-sites-dev/heritage-nz/collect/pdf-reports/ACTIVATE.sh

    r33157 r33205  
    88
    99echo "***"
    10 echo "* activate.pl operating on a networked drive with a Solr-based Greenstone collection"
    11 echo "*  is known to have a problem with file locking, with an issue that seems to be"
    12 echo "*  related to it trying to reference a 'sidx' index, even though there is only a"
    13 echo "*  'didx' for this collection."
    14 echo "*"
    15 echo "* As a result of this, the effective 'mv building index' command goes awry, as"
    16 echo "*  the index directory hasn't been completely removed, and so we end up with"
    17 echo "*  'building' inside of 'index'"
    18 echo "*"
    19 echo "* The fix is:"
    20 echo "*   mv index/building ."
    21 echo "*   mv index index.DUFF"
    22 echo "*   mv building index"
     10echo "* Now run:"
     11echo "*  ./FIX-UP-INDEX.sh"
    2312echo "*"
    2413echo "* Then restart the Greenstone3 server, as a user with sudo access:"
Note: See TracChangeset for help on using the changeset viewer.