kanbanworkflowstimelinescrumrubyroadmapproject-planningproject-managementopenprojectangularissue-trackerifcgantt-chartganttbug-trackerboardsbcf
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.
73 lines
2.6 KiB
73 lines
2.6 KiB
---
|
|
sidebar_navigation:
|
|
title: System requirements
|
|
priority: 1000
|
|
---
|
|
|
|
# System requirements
|
|
|
|
__Note__: The configurations described below are what we use and test against.
|
|
This means that other configurations might also work but we do not
|
|
provide any official support for them.
|
|
|
|
## Server
|
|
|
|
### Hardware
|
|
|
|
* __Memory:__ 4096 MB
|
|
* __Free disk space:__ 2 GB
|
|
|
|
### Operating system
|
|
|
|
The [package-based installation](../installation/packaged) requires one of the following Linux distributions:
|
|
|
|
| Distribution (**64 bits only**) |
|
|
| ------------------------------- |
|
|
| Ubuntu 18.04 Bionic Beaver |
|
|
| Ubuntu 16.04 Xenial Xerus |
|
|
| Debian 10 Buster |
|
|
| Debian 9 Stretch |
|
|
| CentOS/RHEL 8.x |
|
|
| CentOS/RHEL 7.x |
|
|
| Suse Linux Enterprise Server 12 |
|
|
|
|
The [docker-based installation](../installation/docker) requires a system with Docker installed. Please see the [official Docker page](https://docs.docker.com/install/) for the list of supported systems.
|
|
|
|
### Overview of dependencies
|
|
|
|
Both the package and docker based installations will install and setup the following dependencies that are required by OpenProject to run:
|
|
|
|
* __Runtime:__ [Ruby](https://www.ruby-lang.org/en/) Version = 2.6.x
|
|
* __Webserver:__ [Apache](http://httpd.apache.org/)
|
|
or [nginx](http://nginx.org/en/docs/)
|
|
* __Application server:__ [Puma](https://puma.io/)
|
|
* __Database__: [PostgreSQL](http://www.postgresql.org/) Version >= 9.5
|
|
|
|
## Client
|
|
|
|
OpenProject supports the latest versions of the major browsers.
|
|
|
|
* [Mozilla Firefox](https://www.mozilla.org/en-US/firefox/products/) (at least ESR version 68.6.0)
|
|
* [Microsoft Edge](https://www.microsoft.com/de-de/windows/microsoft-edge)
|
|
* [Google Chrome](https://www.google.com/chrome/browser/desktop/)
|
|
* [Apple Safari](https://www.apple.com/safari/)
|
|
|
|
## Frequently asked questions (FAQ)
|
|
|
|
### What are the OpenProject system requirements?
|
|
|
|
OpenProject can be installed in two different ways: the packaged installation of OpenProject is the recommended way to install and maintain OpenProject using DEB or RPM packages. System requirements need one of the following Linux distributions:
|
|
* Ubuntu 18.04 Bionic Beaver
|
|
* Ubuntu 16.04 Xenial Xerus
|
|
* Debian 10 Buster
|
|
* Debian 9 Stretch
|
|
* CentOS/RHEL 8.x
|
|
* CentOS/RHEL 7.x
|
|
* Suse Linux Enterprise Server 12
|
|
|
|
OpenProject also provides a Docker image for the Community Edition that you can very easily install and upgrade on your servers.
|
|
The detailed system requirements are available [here](https://www.openproject.org/system-requirements/).
|
|
|
|
### Can I run OpenProject on Windows?
|
|
|
|
At the moment this is not possible. Check above regarding the system requirements.
|
|
|