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/sles-12/README.md

20 lines
526 B

### Steps to install OpenProject on Suse Linux Enterprise Server 12
All steps need to be run as `root`.
**1. Add the OpenProject package source**
```
wget -O /etc/zypp/repos.d/openproject.repo \
https://dl.packager.io/srv/opf/openproject/stable/8/installer/sles/12.repo
```
The package source is now registered as `openproject`.
**2. Install the OpenProject Community Edition package**
Using the following command, zypper will install the package and all required dependencies.
```bash
zypper install openproject
```