$Id: INSTALL,v 1.4 2001/07/24 16:26:06 darw1n Exp $


STEP 1 - Import the bookkeeping tables into your phpgroupware database from your shell. The files can be found in the setup directory (bookkeeping/setup).

	*** MySQL setup ***
	$ mysql <dbname> < create_tables.mysql
	$ mysql <dbname> < lang_english.sql

	*** PostgreSQL setup ***
	$ psql <dbname> -f create_tables.pgsql
	$ psql <dbname> -f lang_english.pgsql

	Exchange <dbname> for the phpgroupware database name.


STEP 2 - Add the bookkeeping application in phpGroupWare. Admin section - Applications.


STEP 3 - Assign a bookkeeping admin. Admin section - Bookkeeping

