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/docs/installation/packaged/centos-7/README.md

19 lines
476 B

### Steps to install OpenProject on CentOS 7
All steps are run with `sudo` to execute as the root user.
**1. Add the OpenProject package source**
```
sudo wget -O /etc/yum.repos.d/openproject-ce.repo \
https://dl.packager.io/srv/opf/openproject-ce/stable/7/installer/el/7.repo
```
**2. Install the OpenProject Community Edition package**
Using the following command, yum will install the package and all required dependencies.
```bash
sudo yum install openproject
```