【问题标题】:Cant start onlyoffice-document server without docker?无法在没有 docker 的情况下仅启动办公文档服务器?
【发布时间】:2017-03-24 09:33:42
【问题描述】:

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

【问题讨论】:

    标签: node.js onlyoffice


    【解决方案1】:

    可能的原因 - 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

    【讨论】:

    • 在 ubuntu 14.04 中使用了以下命令 - sudo update-rc.d supervisor defaults, sudo service supervisor start
    猜你喜欢
    • 1970-01-01
    • 2015-03-07
    • 2013-07-24
    • 1970-01-01
    • 2012-07-18
    • 2018-08-01
    • 1970-01-01
    • 2013-03-07
    • 2010-09-24
    相关资源
    最近更新 更多