没有 docker 无法启动 onlyoffice-document 服务器?

Cant start onlyoffice-document server without docker?

我在我的 ubuntu 14.04 机器上安装了 onlyoffice 文档服务器,但在我重新启动服务器后,onlyoffice 的所有应用程序都关闭了,我无法重新启动它们。目前显示 502 网关错误。

可能的原因 - supervisor 的问题,但该问题出现在 Ubuntu 16.04 systemd 它是通过

解决的
# Make sure Supervisor comes up after a reboot.
sudo systemctl enable supervisor

# Bring Supervisor up right now.
sudo systemctl start supervisor

https://github.com/ONLYOFFICE/DocumentServer/issues/77