Changeset 36461


Ignore:
Timestamp:
2022-08-23T14:13:47+12:00 (20 months ago)
Author:
anupama
Message:

Updating the manifest-demo-e DEC collection description for GS3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • documented-examples/trunk/manifest-demo-e/resources/collectionConfig.properties

    r36460 r36461  
    1616description=<h3>Features of this collection</h3> \n\
    1717<ul> \n\
    18 <li>Uses lucene to do incremental build.</li> \n\
    19 <li>Uses OIDtype dirname to make it easy to specify document ids for deletion.</li> \n\
    20 <li>import folder and import.extra folder with additional material.</li> \n\
    21 <li>manifests folder contains the manifest files.</li> \n\
     18<li>Uses <tt>lucene</tt> to do incremental build.</li> \n\
     19<li>Uses OIDtype <tt>dirname</tt> to make it easy to specify document ids for deletion.</li> \n\
     20<li><tt>import</tt> folder and import.extra folder with additional material.</li> \n\
     21<li><tt>manifests</tt> folder contains the manifest files.</li> \n\
    2222<li>Index, Reindex, Delete.</li> \n\
    23 <li>Filename/OID Uses command line building.</li> \n\
     23<li>Filename/OID uses command line building.</li> \n\
    2424</ul> \n\
    2525
     
    2828
    2929description1=<p>1. Build the collection initially:<br /> \n\
    30 <pre>perl -S import.pl documented-examples/manifest-demo-e \n\
    31 perl -S buildcol.pl documented-examples/manifest-demo-e</pre> \n\
    32 And rename folder <tt>building</tt> to <tt>index</tt>.<br /> \n\
     30<pre>perl -S import.pl -site localsite documented-examples/manifest-demo-e \n\
     31perl -S buildcol.pl -site localsite -activate documented-examples/manifest-demo-e</pre> \n\
     32<i>Note:</i> If you forget to pass in the <tt>-activate</tt> flag to the <tt>buildcol</tt> command, use a file explorer to go into your Greenstone 3 installations's <tt>web/sites/localsite/collect/documented-examples/manifest-demo-e</tt> folder, and rename the <tt>building</tt> subfolder there to <tt>index</tt>.)<br /> \n\
     33<br /> \n\
    3334Preview the collection. Contains 8 documents, 5 from BOSTID and 3 from EC Courier.</p><br />
    3435
     
    3738Copy the three folders fb33fe fb34fe wb34te from import.extra into import. \n\
    3839<br /> \n\
    39 <pre>perl -S incremental-import.pl -manifest manifests/add-new-files.xml documented-examples/manifest-demo-e \n\
    40 perl -S incremental-buildcol.pl documented-examples/manifest-demo-e</pre> \n\
     40<pre>perl -S incremental-import.pl -site localsite -manifest manifests/add-new-files.xml documented-examples/manifest-demo-e \n\
     41perl -S incremental-buildcol.pl -site localsite -activate documented-examples/manifest-demo-e</pre> \n\
    4142 \n\
    4243Now there should be FAO Better Farming Documents, and one World Bank document.</p><br />
    4344
    4445description3=<p>3. Delete some documents from the collection.<br /> \n\
    45 <pre>perl -S incremental-import.pl -manifest manifests/delete-some-files.xml documented-examples/manifest-demo-e \n\
    46 perl -S incremental-buildcol.pl documented-examples/manifest-demo-e</pre> \n\
     46<pre>perl -S incremental-import.pl -site localsite -manifest manifests/delete-some-files.xml documented-examples/manifest-demo-e \n\
     47perl -S incremental-buildcol.pl -site localsite -activate documented-examples/manifest-demo-e</pre> \n\
    4748 \n\
    48 Note that we haven't actually deleted the docs from the import folder. Just from the archives and index.<br /> \n\
     49Note that we haven't actually deleted the docs from the import folder. Just from the collection's <tt>archives</tt> and <tt>index</tt> subfolders.<br /> \n\
    4950Now the EC Courier documents should be gone.</p><br />
    5051
     
    5354Copy import.extra/fb34fe-metadata.xml to import/fb34fe/metadata.xml \n\
    5455 \n\
    55 perl -S incremental-import.pl -manifest manifests/new-metadata.xml documented-examples/manifest-demo-e \n\
    56 perl -S incremental-buildcol.pl documented-examples/manifest-demo-e</pre> \n\
     56perl -S incremental-import.pl -site localsite -manifest manifests/new-metadata.xml documented-examples/manifest-demo-e \n\
     57perl -S incremental-buildcol.pl -site localsite -activate documented-examples/manifest-demo-e</pre> \n\
    5758 \n\
    5859Preview and the new metadata should be there.</p>
Note: See TracChangeset for help on using the changeset viewer.