本地Ubuntu搭建青龙面板

一、ubuntu的安装省略

二、Docker安装

1.更新软件包

更新Ubuntu软件包

sudo apt update

2.安装docker依赖

apt-get install ca-certificates curl gnupg lsb-release
curl -fsSL http://mirrors.aliyun.com/docker-ce/linux/ubuntu/gpg | sudo apt-key add -
//软件源
sudo add-apt-repository "deb [arch=amd64] http://mirrors.aliyun.com/docker-ce/linux/ubuntu $(lsb_release -cs) stable"
//安装doker
apt-get install docker-ce docker-ce-cli containerd.io
//启动doker
systemctl start docker

3.青龙

docker run -dit \
   -v /ql/config:/ql/config \
   -v /ql/log:/ql/log \
   -v /ql/db:/ql/db \
   -v /ql/repo:/ql/repo \
   -v /ql/raw:/ql/raw \
   -v /ql/scripts:/ql/scripts \
   -v /ql/jbot:/ql/jbot \
   -p 5900:5700 \
   --name qinglong \
   --hostname qinglong \
   --restart unless-stopped \
   whyour/qinglong:latest

输入安装命令:

docker exec -it qinglong bash

qinglong容器名字。

安装依赖命令:

curl -fsSL https://api.dujin.org/js/qinglong/qinglong-yilaiku-dujin.org.sh | sh

 NodeJs 依赖库

crypto-js
prettytable
dotenv
jsdom
date-fns
tough-cookie
tslib
ws@7.4.3
ts-md5
jsdom -g
jieba
fs
form-data
json5
global-agent
png-js
@types/node
require
typescript
js-base64
axios
moment
ds
md5
jsencrypt
request

Python3 依赖库

requests
canvas  
ping3
jieba
aiohttp
Crypto

 Python3 依赖库

requests
canvas  
ping3
jieba
aiohttp
Crypto

Linux依赖库

bizCode
bizMsg  
lxml

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值