OP快捷运维系统docker快速安装
#执行OP快捷运维系统docker快速安装脚本(建议使用干净的系统,推荐centos7系统)
curl -s https://opcache.com/download/os-install.sh | bash
-
脚本自动安装docker
-
脚本自动安装opserver
-
脚本自动安装opclient
-
脚本自动安装openresty
等待片刻后,直接访问你的IP(绑定域名后,用域名访问) http://xxx.xx.xxx.xx/login
默认管理员账号admin 密码admin123456
##其他需管理机器,只需要安装opclient,下面xxx.xxx.xxx.xx为服务端Ip
cd /opt/
wget https://opcache.com/download/opclient.tar.gz
tar zxvf opclient.tar.gz
cd /opt/opclient
bash start.sh start xxx.xxx.xxx.xx:8080
停止opclient
cd /opt/opclient
bash start.sh stop