OpenProject is the leading open source project management software.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openproject/help/installation-and-operations/README.md

18 lines
1.4 KiB

# Installation and Operation Guides
This section concerns the installation and operation of OpenProject (Community and Enterprise editions).
## Overview
| Main Topics | Description |
| ----------- | :---------- |
| [System requirements](system-requirements) | Learn the minimum configuration required to run OpenProject |
| [Installation with DEB/RPM packages](packaged/installation) | How to install OpenProject from DEB/RPM packages |
| [Installation with Docker](docker/installation) | How to install OpenProject with Docker |
| [Operation & Maintenance](operation/) | Guides on how to configure, backup, upgrade, and monitor your OpenProject installation |
| [Advanced configuration](advanced-configuration/) | Guides on how to perform advanced configuration of your OpenProject installation |
For production environments and when using a [supported distribution](system-requirements), we recommend using the [packaged installation](packaged/installation). This will install OpenProject as a system dependency using your distribution's package manager, and provide updates in the same fashion that all other system packages do.
A [manual installation](manual/installation) option is also documented, but due to the large number of components involved and the rapid evolution of OpenProject, we cannot ensure that the procedure is either up-to-date or that it will correctly work on your machine. This mean if installation is NOT recommended.