1 Star 0 Fork 1

大枸杞/spiderPro

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
start.sh 759 Bytes
一键复制 编辑 原始数据 按行查看 历史
大枸杞 提交于 2021-05-26 17:05 . fix
#!/usr/bin/env bash
# shellcheck disable=SC2261
# shellcheck disable=SC2210
nohup scrapyd > scrapyd.log &
# shellcheck disable=SC2034
# shellcheck disable=SC2009
#git pushd https://github.com/LittltU/LittltU.git
scrapydPid=$(ps -ef | grep scrapyd | grep -v grep | awk '{print $2}')
if [ ! "$scrapydPid" ]; then
echo "scrapyd process is not exist"
else
echo "scrapyd start Field .."
fi
mkdir spideradmin
# shellcheck disable=SC2164
cd spideradmin
spideradmin init
nohup spideradmin > spideradmin.log &
# shellcheck disable=SC2009
spiderAdminPid=$(ps -ef | grep spideradmin | grep -v grep | awk '{print $2}')
if [ ! "$spiderAdminPid" ]; then
echo "spiderAdmin process is not exist"
else
echo "spiderAdmin is running"
fi
echo "server start over"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xudalu/spider-pro.git
[email protected]:xudalu/spider-pro.git
xudalu
spider-pro
spiderPro
master

搜索帮助