- 作者 oksgo
- 创建日期
注意:这只适用于除了安装新操作系统之外什么都没有的新服务器!
存储库 UNIT3D 社区版 的安装程序
注意:如果您在非 HTTPS 实例上运行 UNIT3D-Community-Edition,则必须更改以下配置。
代码:
.env <-- SESSION_SECURE_COOKIE must be set to false
config/secure-headers.php <-- HTTP Strict Transport Security must be set to false
config/secure-headers.php <-- Content Security Policy must be disabled
官方支持的操作系统
- Ubuntu 22.04 LTS(果酱水母)
- Ubuntu 20.04 LTS(焦点窝)
代码:
git clone https://github.com/HDInnovations/UNIT3D-Installer.git installer
cd installer
sudo ./install.sh