17 Star 53 Fork 117

java110 / 梓豪paas平台

forked from zihao / 梓豪paas平台 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
install.sh 476 Bytes
Copy Edit Raw Blame History
java110 authored 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/wuxw7/zihao.git
git@gitee.com:wuxw7/zihao.git
wuxw7
zihao
梓豪paas平台
master

Search