Installation Instructions
| Command Line installation | 
| Note: The command line interface is currently only supported for the Bash shell | 
| 1) Download the file logreader.tar.gz | 
| 2) unpack the archive "tar -zxf logreader.tar.gz" | 
| 3) Add the directory "logreader/bin" to the PATH environment variable | 
| export PATH=$PATH:<current_directory>/logreader/bin | 
| The program will only run if the bin directory is in the PATH | 
| 4) The command "logreader" will now execute the program | 
| Web application installation | 
| 1) Download the file logreader.war | 
| 2) Install the logreader.war file into your Servlet Container | 
| On Tomcat this can be done by placing the logreader.war in the webapps directory and restarting Tomcat | 
| Please consult your Servlet Containers documentation on installing web applications |