22 Star 125 Fork 114

zihao / 梓豪paas平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test.sh 505 Bytes
一键复制 编辑 原始数据 按行查看 历史
java110 提交于 2022-03-06 21:56 . optimize test shell
#!/bin/bash
export GO111MODULE=on
export GOPROXY=https://goproxy.io
sh compile.sh
rm -rf /zihao/master/web
rm -rf /zihao/master/zihao
rm -rf /zihao/slave/slave*
cp -r ../zihao_release/web /zihao/master/
cp -r ../zihao_release/zihao /zihao/master/
cp -r ../zihao_release/web/download/slave.tar /zihao/slave/
chmod u+x /zihao/master/zihao
tar -xvf /zihao/slave/slave.tar -C /zihao/slave/
chmod u+x /zihao/slave/slave
sh /zihao/slave/startSlave.sh &
sleep 3s
sh /zihao/master/restart_zihao.sh &
Go
1
https://gitee.com/homecommunity/zihao.git
git@gitee.com:homecommunity/zihao.git
homecommunity
zihao
梓豪paas平台
master

搜索帮助