AXYL LUCENE INSTALLATION
------------------------
Debian users should install Axyl Lucene using the Debian packages. This
information is aimed at people installing from a tarball copy.


If you have acquired Axyl Lucene as a tarball, then you should also
already have the Axyl package installed. Unpack your Axyl Lucene tarball
into the AXYL_HOME (the location that you installed Axyl into) with
something like the following procedure (replacing AXYL_HOME with the
path to your Axyl installation):

  cd AXYL_HOME
  tar xvfz axyl-lucene_2.1.1.tgz

Obviously the name of the compressed tarball will vary with version.

You should then have a new sub-directory in your AXYL_HOME called
'axyl-lucene'. Rename this to be 'lucene'.

The resulting lucene directory structure should then be as follows:

AXYL_HOME/
  lucene/
      bin/
      etc/
      luceneserver/
      servers/
      ChangeLog
      INSTALL (this file)
      README

This is your base installation. The Axyl LuceneServer is installed on
your machine in operational mode as follows:

Change directory into the 'install' sub-directory of AXYL_HOME and, as
root, execute the shell script 'setup-axyl.sh'. After going through this
script, you should have a working Axyl Lucene installation.

There is also an init.d script provided in the 'etc' sub-directory. You
should install this in the place your distribution requires for auto-
starting applications via the start|stop|restart protocol.

# END
