Pandora云部署全攻略!
这期内容可能对新手或代码小白朋友们不太友好,这里详细列出每一步操作。希望能帮到没有服务器部署经验的朋友?!
— GPT-PandoraNext部署流程
—
- Step 1– 【准备云端设备】参考视频,如有设备可以忽略此步!
- 香草云服务器: http://mtw.so/6vS8DY
- Step 2– 【链接服务器】可使用以下软件进行链接:
- Win系统-PuTTYGit地址:PuTTY 0.78 中文版
- Mac系统(或无法访问Git)前往网盘下载: 夸克网盘下载
- Step 3– 【下载docker.sh安装脚本】:
curl -fsSL https://get.docker.com -o get-docker.sh
- Step 4– 【运行Docker安装脚本】:
sh get-docker.sh
- Step 5- 【启动 Docker 服务】:
systemctl start docker
- Step 6- 【检查 Docker 服务状态】:
systemctl status docker
- Step 7- 【拉取 Pandora Docker 镜像】:
docker pull pengzhile/pandora-next
- Step 8- 【创建 Pandora 文件夹并进入】:
mkdir PandoraNext && cd PandoraNext
- Step 9- 【启动 Pandora 镜像】:
docker run -d --restart always --name PandoraNext --net=bridge
-p 8181:8181
-v ./data:/data
-v ./sessions:/root/.cache/PandoraNext
pengzhile/pandora-next
- Step 10- 【进入 data 文件夹 并拉取json文件】:
cd data
curl -LOJ https://raw.githubusercontent.com/pandora-next/deploy/master/data/config.json && curl -LOJ https://raw.githubusercontent.com/pandora-next/deploy/master/data/tokens.json
- Step 11- 【安装 nano 并编辑config】:
sudo yum install nano
nano config.json
- Step 12- 【重新启动 Pandora Docker 镜像】:
docker restart PandoraNext
- Step 13- 【前往服务器后台开端口】:
- 打开对应端口 8181 即可!
我的哔哩哔哩:https://space.bilibili.com/33956397
我的今日头条:http://mtw.so/5ww3LV
我的YOUTUBE:https://www.youtube.com/@OUYCC
没有半年的github怎么办。!
那就用我的吧
。本站专属Pandora地址:chat.ouycc.com
启动docker 的命令行每行 后面需要 .否则执行不了、
这下载好了 怎么安装啊
管理员大哥 插件下载好了 怎么安装啊