| | | |---|---| |onlyoffice安装地址|[https://helpcenter.onlyoffice.com/installation/workspace-install-linux.aspx](https://helpcenter.onlyoffice.com/installation/workspace-install-linux.aspx)| Centos 安装前提。注意调整硬盘大小/home /root 不能分开配置。请删除/home空间,保证主体空间超过40G。 Tips:虚拟机安装必须保证连接主机代理,参考文献: [https://www.zhihu.com/question/495148700?utm_id=0](https://www.zhihu.com/question/495148700?utm_id=0) 虚拟机配置NAT网络,并且修改代理地址 export https_proxy=http://192.168.238.1:23457 export http_proxy=http://192.168.238.1::23457 主机不需要配置防火墙,需要检查是否可用,使用检查模板 yum install traceroute yum remove traceroute 如果不配置代理会导致错误,参考文献: [https://itgala.xyz/onlyoffice-docker-pull-argument-exception-repositoryonlyoffice-documentserver-tag/](https://itgala.xyz/onlyoffice-docker-pull-argument-exception-repositoryonlyoffice-documentserver-tag/)