Sign inSign up

planforge/server

By planforge

Updated about 1 month ago

Planforge - Enterprise Project Work Management

Image
1

4.9K

planforge/server repository overview

Planforge - Hybrid Project, Program & Portfolio Management

Planforge empowers teams to make projects work. With its Planforge hybrid PPM software, Planforge simplifies daily project work with a practical approach to project and portfolio management and enterprise agile planning. Recognized as a Gartner APMR leader, Planforge builds on major standards such as IPMA, PMI, PRINCE2, and SAFe, enabling project-driven organizations to increase project and portfolio transparency, reduce time to market and optimize resource utilization.

Planforge is a modern, flexible, standards-based PPM web application, available both in the cloud and on-premises, trusted by thousands of users across industries. By covering the entire project life cycle, Planforge enables a new way of integrated project work.

Discover Planforge’s powerful integrations for project management with Jira and project management with SAP.

The Docker edition comes with a predefined embedded database in order to keep installation and configuration effort low. However, it is also possible to run the Planforge Docker image in combination with Oracle, MSSQL, or Postgres.

Configuration

How to run Planforge docker image:

  • First you need a Planforge license, request it via this download license link. Select a plan that fits to your needs - start with 'Professional' if you don't know which plan to choose.

  • Download and start the Docker container with:

docker run --name planforge -p 8280:8080 planforge/server:latest
  • Example with 4GB Memmory
docker run --name planforge -p 8280:8080 -e CATALINA_OPTS="-Xms4096m -Xmx4096m -Xss4096k" planforge/server:latest
  • Navigate to http://localhost:8280/ to start Planforge.

  • After the start-up screen, upload the license file you got via email. On the next screen you can start with some pre-installed demo data, the rest of the fields are optional.

  • Log into the system with Login: administrator and the password you entered before. If you did not specify a password, do not enter a password at all.

See the Getting Started Video for a YouTube introduction on how to get started with Planforge.

How to store all data on the host system:

  • Create a folder on your host system, e.g. /data/oph
  • Run the docker container
docker run --name planforge -p 8280:8080 -v /data/oph:/var/planforge planforge/server:latest

For further information visit Planforge website.
Please contact [email protected] for further information.

Tag summary

Content type

Image

Digest

sha256:5be67e384

Size

593.4 MB

Last updated

about 1 month ago

docker pull planforge/server