OpenProject 是一个基于 Ruby on Rails的在线项目管理系统。遵守GPL开源协议,OpenProject 拥有完善的文档,API,及丰富的功能,
可以为项目团队提供整个项目生命周期的支持,OpenProject 功能包括: 工作跟踪,项目时间线,团队维基,论坛。通过插件可以支持:协同项目计划,进度报告,任务管理,时间和成本报告,Scrum流程支持等。
[repo owner=”opf” name=”openproject”]
https://github.com/opf/openproject
--------------------------------------------------------
Ubuntu Installation
Ubuntu 22.04
Update the apt
package index and install packages to allow apt
to use a repository over HTTPS:
sudo apt-get update
sudo apt-get install apt-transport-https ca-certificates wget
Import the PGP key used to sign our packages:
wget -qO- https://dl.packager.io/srv/opf/openproject/key | sudo apt-key add -
Note: you might get a warning when importing the key Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8))
.
This happens because APT has updated the way it manages signing keys,
and the package provider is not supporting the new way yet.
Add the OpenProject package source:
sudo wget -O /etc/apt/sources.list.d/openproject.list \
https://dl.packager.io/srv/opf/openproject/stable/12/installer/ubuntu/22.04.repo
Download the OpenProject package:
sudo apt-get update
sudo apt-get install openproject
Then finish the installation by reading the Initial configuration section.
from https://www.openproject.org/docs/installation-and-operations/installation/packaged/
No comments:
Post a Comment