files:
create_tables.mysql 
lang_english.sql
test_data.sql
These files can be found in the setup 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_english.sql
mysql -uusername -ppassword dbname < test_data.sql


Exchange 'username' for your database username,
'password' for your database password and 'dbname' for the
phpgroupware dataabse name.

test_data.sql is included because it is not yet possible to
add categories.
