ccloud deploy project
##Install Step ###1 修改配置文件 config
_addressis your ip or domain, such as192.168.3.112,my.test.com- if you configure
_open_sslas ture, make sure you have a certificate
- 如果需要https,设置
_open_ssl=true,并配置Ip/域名_address=[你的IP] - 如果使用域名,你需要手动将证书放在
[部署目录[clt_deploy]]/nginx/letsencrypt/live/[${_address}]/目录下: (1) 私钥命名privkey.pem(2) 公钥命名fullchain.pem
###2 执行部署脚本 bash install.sh [可选安装目录]
###3 卸载 bash uninstall.sh [安装的目录]