1 Star 0 Fork 40

simba / appsmith

forked from Gitee 极速下载 / appsmith 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ci-debug.sh 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
cd ~
if [ ! -f "ngrok-v3-stable-linux-amd64.tgz" ]; then
wget https://bin.equinox.io/c/bNyj1mQVY4c/ngrok-v3-stable-linux-amd64.tgz
gunzip ngrok-v3-stable-linux-amd64.tgz
tar -xvf ngrok-v3-stable-linux-amd64.tar
else
echo "Starting ngrok"
fi
if [ -z "$1" ]; then
read -p "Please enter ngrok token: " value
else
value="$1"
fi
./ngrok config add-authtoken $value
./ngrok http 80
Java
1
https://gitee.com/zixunsimba/appsmith.git
git@gitee.com:zixunsimba/appsmith.git
zixunsimba
appsmith
appsmith
release

搜索帮助