

Launch the containers: OPENPROJECT_HTTPS=false docker-compose up -dĪfter a while, OpenProject should be up and running on The default username and password is login: admin, and password: admin. Make sure you are using the latest version of the Docker images: docker-compose pull Then, change into the compose folder, this folder will be the location where you enter all following commands: cd openproject/compose One container per process (recommended) Quick Startįirst, you must clone the openproject-deploy repository: git clone -depth=1 -branch=stable/12 openproject

One container with all the processes inside.

Allows to easily choose which services you want to run, and simplifies scaling and monitoring aspects. Multiple containers (recommended), each with a single process inside, using a Compose file. OpenProject with Docker can be launched in two ways: Please see the Docker Engine installation page if you don’t have Docker installed.
#How To Install Openproject On Windows manual#
However, contrary to the manual or package-based installation, your machine needs to have the Docker Engine installed first, which usually requires a recent operating system.
#How To Install Openproject On Windows upgrade#
We provide a Docker image for the Community Edition that you can very easily install and upgrade on your servers. Docker is a way to distribute self-contained applications easily.
