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/ubuntu-16.04
Niels Lindenthal 100c330a02 Rename doc to docs and restructure operations folder 8 years ago
..
README.md Rename doc to docs and restructure operations folder 8 years ago

README.md

Steps to install OpenProject package on Ubuntu 16.04 Xenial

All steps are prepended with sudo to ensure execution as the root user.

1. Import the packager.io repository signing key

Import the PGP key used to sign our packages. Since we're using the packager.io platform to distribute our packages, both package source and signing key are tied to their service.

wget -qO - https://deb.packager.io/key | sudo apt-key add -

2. Add the OpenProject package source

Create the file /etc/apt/sources.list.d/openproject.list with the following contents

deb https://deb.packager.io/gh/opf/openproject-ce xenial stable/6

3. Install the OpenProject Community Edition package

Using the following commands, apt will check the new package source and install the package and all required dependencies.

apt-get update
apt-get install openproject