Uber Project Document Management System

Uber Project Document Management System is a PHP/SQL-based project document management system.
Download

Uber Project Document Management System Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Alexander Meisel
  • Publisher web site:
  • http://www.meisel.cc/software/

Uber Project Document Management System Tags


Uber Project Document Management System Description

Uber Project Document Management System is a PHP/SQL-based project document management system. Project document and management tracking system written in PHP using PostgreSQL to store user, project and document related data and MySQL to store the documents, with revision control.How to:How to setup the system:Just untar every thing in your webdirecorty:cd /var/www/html/tar -xvzf ueber-1.0.tar.bz2How to setup the DB:- Create ueberp user in PostgreSQL $ psql -U admin -c "CREATE USER ueberp WITH PASSWORD 'ueberp' CREATEDB"- Create a ueberp database in PostgreSQL $ createdb -U ueberp ueberp- execute db-setup.psql to setup the PostgreSQL database. $ psql -U ueberp -d ueberp -f db-setup.psql- Basic data is in db-data.psql for setting up the system $ 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" entriesin the projects, the acronym for the "Account Manager" must be AM and forthe "Project Manager" PM.


Uber Project Document Management System Related Software