Installing Open Project 7 (Apache error: Service Unavailable)

Installing Open Project 7 (Apache error: Service Unavailable)

原题如下:https://community.openproject.com/topics/7851

我正在尝试在 Digital Ocean 的全新 Ubuntu 实例中安装 Open Project 7。

我已按照 https://www.openproject.org/download-and-installation/ 中的说明进行操作,但它不起作用。

完成安装和 openproject configure 命令的 运行 后,我选择了安装 MySQL 和 Apache 服务器的选项。全部完成后,我无法连接到我的服务器。

我的环境:

Ubuntu16.04

http://159.203.191.172

在日志中,我可以看到两条奇怪的消息。

第一个:

bundler: failed to load command: unicorn (/opt/openproject/vendor/bundle/ruby/2.4.0/bin/unicorn)

第二个是警告:

WARN -- : You are setting a key that conflicts with a built-in method OmniAuth::AuthHash::InfoHash#name defined at /opt/openproject/vendor/bundle/ruby/2.4.0/bundler/gems/omniauth-8385bc0da47e/lib/omniauth/auth_hash.rb:34. This can cause unexpected behavior when accessing the key via as a property. You can still access the key via the #[] method. W, [2017-06-13T01:01:17.860764 #25822]

我不知道警告是否与问题有关,但我认为是独角兽问题。

在这里回答我自己的问题:

我怀疑这个包有问题所以我决定使用手动安装来安装它。我找到的最新文档是一个旧的 Ubuntu 14 分步教程,改编自旧版本的 Open Project。我决定按照它进行操作,经过大量修改后我能够完成安装过程。

这是教程:https://github.com/opf/openproject-ce/blob/stable/7/docs/installation/manual/README.md

现在我正在编写另一个基于它的分步教程,修改所有必需的步骤以在 Ubuntu 16.

上执行全新安装