SINN
    



    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...