This project is currently in a stable state. The code submited to the CVS works, but there is no script to set up the PostgreSQL database corrently. The system is using two databases, ProstgreSQL to store all information and MySQL to store all binary data, like documents and pictures. HOWTO: How to setup the system: Just untar every thing in your webdirecorty: cd /var/www/html/ tar -xvzf ueber-1.0.tar.bz2 How to setup the DB: - Create ueberp user in PostgreSQL [ueberp@psql]$ psql -U admin -c "CREATE USER ueberp WITH PASSWORD 'ueberp' CREATEDB" - Create a ueberp database in PostgreSQL [ueberp@psql]$ createdb -U ueberp ueberp - execute db-setup.psql to setup the PostgreSQL database. [ueberp@psql]$ psql -U ueberp -d ueberp -f db-setup.psql - Basic data is in db-data.psql for setting up the system [ueberp@psql]$ psql -U ueberp -d ueberp -f db-data.psql - Create a database in MySQL (i.e. ueberp) - execute db-setup.mysql to setup the MySQL database. - execute db-data.mysql to insert the basic data. Finally edit ueberp/lib/config.inc and try to log into the system (user: admin, pass: admin) Note: In order to have correct "Account Manager" and "Project Manager" entries in the projects, the acronym for the "Account Manager" must be AM and for the "Project Manager" PM. If you want to join the development please contact alex@kernelhq.com for further assistance. If you find any bugs please use the SourceForge bug tracking system: http://sourceforge.net/tracker/?group_id=20525&atid=120525 If you want to discuss funtionallity or anything else related to UeberP use discussion groups: http://sourceforge.net/forum/?group_id=20525