Installation
============

Note: This documentation refers to version 1.1.1.  The tarball you
have may be for a different version.  Just change the version number
in the instructions to match what you have.

1) Untar the distribution somewhere convenient.  It will put
everything in ./splonk-1.1.1:

	tar zxvf splonk-1.1.1.tar.gz

2) Change to the splonk directory.

	cd splonk-1.1.1

3) Run make.  It will ask you a few questions, edit a file, compile a program and install everything.

	make

   Alternately, edit the answers file and run:

	make answers

   This will do the same thing but take the configuration information from 
   the ./answers file.


That's it.  The files (including the log) will be in ~/splonk.

