Github:https://github.com/whyour/qinglong

一、更新系统

sudo apt update && sudo apt upgrade -y

二、安装docker

bash <(curl -sSL https://linuxmirrors.cn/docker.sh)

三、拉取镜像

docker pull whyour/qinglong:latest
  • 创建容器

docker run -dit \\
-v PWD/ql/config:/ql/config \\
-vPWD/ql/log:/ql/log \\
-v $PWD/ql/db:/ql/db \\
-p 5700:5700 \\
--name qinglong \\
--hostname qinglong \\
--restart always \\
whyour/qinglong:latest

四、拉取仓库

  • KR(推荐)

ql repo https://github.com/KingRan/KR.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sign|sendNotify|ql|JDJR"
  • KR仓库(备用)

rm -rf /ql/repo/KingRan_KR && ql repo https://github.com/KingRan/KR.git "jd_|jx_|jdCookie" "activity|backUp" "^jd[^_]|USER|utils|function|sendNotify|ql|JDJR"

五、依赖问题

依赖管理创建nodejs(下面为名称)

@whyour/qinglong