
Installation Instructions for Teaser and Firecat
================================================

*Prerequisites

	1) You need JDK 1.1 - it might work with 1.2 but I haven't tried it.

	2) you also need PostgreSQL and libpgjava (The JDBC driver for 
	PostgreSQL) to run teaser.  You need to enable TCP/IP
	connections to PostgreSQL for jdbc to connect to it.

*Installation

	0) pick a user and add him/her to the PostgreSQL user list.

	1) Edit the make file and type `make' and `make install'.

	2) now type `teaser' to start the server and `firecat' to
	   start the client.


