22 Star 124 Fork 112

zihao / 梓豪paas平台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
install.sh 476 Bytes
一键复制 编辑 原始数据 按行查看 历史
java110 提交于 2021-12-13 23:04 . 优化代码
#!/bin/bash
#wget http://cdn.homecommunity.cn/zihao_release.tar
tar -xvf zihao_release.tar
mv zihao_release /zihao/master
cd /zihao/master/
local_ip=127.0.0.1:7000
local_host=5f3761ed-008a-475b-ad37-8cc35c88402c
# install zihao
chmod u+x restart_zihao.sh
sh restart_zihao.sh
chmod +x /etc/rc.d/rc.local
echo '/zihao/master/restart_zihao.sh' >> /etc/rc.d/rc.local
sleep 10s
chmod u+x ./web/download/deploySlave.sh
./web/download/deploySlave.sh $local_ip $local_host
Go
1
https://gitee.com/homecommunity/zihao.git
git@gitee.com:homecommunity/zihao.git
homecommunity
zihao
梓豪paas平台
master

搜索帮助