| | |
| | | |
| | | 方案一、centos7.6一键式自动安装 |
| | | |
| | | > yum install -y wget && wget https://owner.demo.winqi.cn/hcInstall.sh && sh hcInstall.sh 您的私网IP |
| | | > yum install -y wget && wget https://dl.winqi.cn/hc/hcInstall.sh && sh hcInstall.sh 您的私网IP |
| | | |
| | | 注意:您的私网IP为服务器内网ip 如果服务器只有一个私网ip时可以省略不填写,如果有多个时需要指定 |
| | | |
| | |
| | | |
| | | ## 生产环境安装教程 |
| | | |
| | | > yum install -y wget && wget https://owner.demo.winqi.cn/hcInstall.sh && sh hcInstall.sh 您的私网IP |
| | | > yum install -y wget && wget https://dl.winqi.cn/hc/hcInstall.sh && sh hcInstall.sh 您的私网IP |
| | | |
| | | 您的私网IP 可以通过 ifconfig 命名查看 如果是云主机可以在后台查看 |
| | | |