# Shell
# jar包部署脚本(docker)
wget http://singlecloud.cfsingle.fun/shell/deploy.sh && chmod +x deploy.sh
1
# 前端部署脚本
wget http://singlecloud.cfsingle.fun/shell/deployHtml.sh && chmod +x deployHtml.sh
1
# mysql5.7部署脚本
wget http://singlecloud.cfsingle.fun/shell/mysql5.7.sh && chmod +x mysql5.7.sh
1
# redis部署脚本
wget http://singlecloud.cfsingle.fun/shell/redis.sh && chmod +x redis.sh
1