- version: v1.0.0
- install.sh脚本用于自动将nginx-ui-green安装在/opt/nginx-ui-green/nginx-ui-green下
- 如存在旧版本文件需要重新命名
- (以下操作均需通过root用户执行)
- 1. chmod +x *.sh给脚本可执行权限
- 2. 执行./install.sh安装nginx-ui-green
- 3. 进入/opt/nginx-ui-green/nginx-ui-green路径下,完成授权操作
- 4. 至此nginx-ui-green可作为nginx-ui-green服务运行
- 启动:systemctl start nginx-ui-green
- 停止:systemctl stop nginx-ui-green
- 重启: systemctl restart nginx-ui-green
- 查看状态:systemctl status nginx-ui-green
- 开机自启:systemctl enable nginx-ui-green
|