+ $Id: INSTALL,v 1.5 2000/12/04 23:47:49 bettina Exp $
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+              install instructions for projects                +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                 install the database tables                   +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

files:
create_tables.mysql 
create_tables.pgsql 
lang.sql and/or de_translation.sql
[ can be found in projects-doc-directory ]

Import the projects tables into your phpgroupware database in the 
command shell:
mysql -uusername -ppassword dbname < create_tables.mysql
mysql -uusername -ppassword dbname < lang.sql
mysql -uusername -ppassword dbname < de_translation.sql

Exchange 'username' for your db-user-name,
'password' for your db-users-password and 'dbname' for the
phpgroupware-db-name.

