- http://isn-oldenburg.de/projects/SINN/harvest/installation.html -

    SINN: Searchengine Network in the International Natural Science Network
    How to install HARVEST?

     

    Installation of the Harvest package

    Create a directory, which will contain all the harvest software and data. We strongly recommend to use a separated filesystem for this (size: several GB)
    We will call the directroy $HARVEST_HOME

    Create a subdirectory for all the source:

          mkdir $HARVEST_HOME/source
          cd $HARVEST_HOME/source

    Copy the harvest-software package into this source directory:
          cp downloaddir/harvest-1.5.20.tar.gz $HARVEST_HOME/source

    Unzip and untar the harvest-software:
          tar -xzf harvest-1.5.20.tar.gz
          cd harvest-1.5.20

    Read the "README" file carefully!

    Configure the Makefiles:
          ./configure --prefix="$HARVEST_HOME"

    Compile and install the software:
          make
          make install
          make clean

    Update the glimpse-software (version 4.15 was tested for this documentation):
          cd $HARVEST_HOME/source
          cp downloaddir/glimpse-4.15.tar.gz $HARVEST_HOME/source
          tar -xzf glimpse-4.15.tar.gz
          cd glimpse-4.15

    Read the "README.install" very carefully!

    Be sure, that "STRUCTURED_QUERIES=1" is set in your configuration!
    Compile and install glimpseindex and glimpseserver as described in the README.install file.

    Replace the glimpse-machine by the new one:
    Change into $HARVEST_HOME/lib/broker and replace the files

    • agrep
    • wgconvert
    • glimpseserver
    • glimpseindex
    • glimpse
    by the latest ones.

    Now your Harvest system should be ready to run the first time...

     

    The project SINN is supported by the German Research Network Organisation,
    with funds of the German Ministry of Education and Research (BMBF)
    and of the Government of Lower Saxony.

         

    last update: 18. Feb. 2008

    © 2002,
    Institute for Science Networking Oldenburg GmbH
    Ammeländer Heerstr. 121, D-26129 Oldenburg
    www.isn-oldenburg.de, info@isn-oldenburg.de