This application module contains the basic templates for project management follow up and cost analysis. It allows project managers to create and follow theirs projects and group them in programs, each projects beside the general attributes it contains the Risk & Issues and the resolution.
The project is also available in docker hub, you could try it from :
docker pull lyasine/dpms
Then create the first PostgreSQL container and link it to the dpms container as the following:
docker run --name dpmsdb -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo -e POSTGRES_DB=postgres -d postgres
Then create the the dpms container:
docker run --name dpms --link dpmsdb:db -p 8069:8069 -d lyasine/dpms:latest
For support feel free to contact : lyasine@3t-solutions.us