From 8c0f46420e07c46a1de9ee72cc23c18d7970e570 Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 4 Sep 2024 22:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README-en.md | 10 +++++++++- README.md | 10 +++++++++- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 86a15ba7..1cccbbcb 100644 --- a/README-en.md +++ b/README-en.md @@ -74,6 +74,14 @@ docker run -dit \ whyour/qinglong:latest ``` +### BaoTa Panel one-click deployment (Recommended) + +1. To install Pagoda Panel, go to the official website of [BaoTa Panel](https://www.bt.cn/u/EcDAFU), select the official version of the script to download and install. + +2. After installation, login to Pagoda Panel, click `Docker` in the menu bar, the first time you enter, you will be prompted to install `Docker` service, click Install Now, follow the prompts to complete the installation. + +3. After the installation is complete, find `Qinglong Panel` in the app shop, click Install, configure the domain name and other basic information to complete the installation. + ### Docker-compose (Recommended) ```bash @@ -105,7 +113,7 @@ podman run -dit \ docker.io/whyour/qinglong:latest ``` -### Npm +### Npm (Local) It is recommended to use a pure system installation to avoid losing the original system data, you need to install node/npm/python3/pip3/pnpm yourself diff --git a/README.md b/README.md index f86a994e..96b712aa 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,14 @@ docker run -dit \ whyour/qinglong:latest ``` +### 宝塔面板一键部署(推荐) + +1. 安装宝塔面板,前往 [宝塔面板](https://www.bt.cn/u/EcDAFU) 官网,选择正式版的脚本下载安装 + +2. 安装后登录宝塔面板,在菜单栏中点击 `Docker`,首次进入会提示安装`Docker`服务,点击立即安装,按提示完成安装 + +3. 安装完成后在应用商店中找到`青龙面板`,点击安装,配置域名等基本信息即可完成安装 + ### docker-compose (推荐) ```bash @@ -107,7 +115,7 @@ podman run -dit \ docker.io/whyour/qinglong:latest ``` -### npm +### npm (本地) 建议使用纯净系统安装,避免系统原有数据丢失,需要自己安装 node/npm/python3/pip3/pnpm