I. Installation notes:

0. Supported software:
- JBoss AS 3.2.2
- PostgreSQL 7.3
Let us know about problems with other versions.

1. Deploying application:

Download files:
- TeamForce.tgz

Unpack and deploy tf.ear and xml files into JBoss deploy directory.

2. Database

On PostgreSQL create database 'zpp', user 'zpp' with password 'zpp' (or make 
proper changes in build.xml and zpp_pg-ds.xml if you want different settings).
Checkout cvs repository:

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/zpptw login
 
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/zpptw co modulename 

run:

ant initdb.postgres

proper tables will be created.

unfortunately you have to create manualy user admin in pgsql:
insert into person (user_id, username) values ('1', 'admin');
insert into userprofile (userprofile_id, language, calendarview, discussionforumview, filessharingview, messageboxview, tasksexchangeview, todolistview, password ) values ('1', 'en', 'f', 'f','f','f','f','f', 'mypassword');

script is coming soon...

complaints: cnm -at- astercity -dot- net