From 853fdc70a263b62d75c9ff3970607e6bf1c1593b Mon Sep 17 00:00:00 2001 From: xiaojunnuo Date: Sun, 8 Mar 2026 11:15:25 +0800 Subject: [PATCH] perf: install tip --- docs/guide/install/1panel/index.md | 9 +++++++-- docs/guide/install/baota/index.md | 4 +++- docs/guide/install/docker/index.md | 5 +++-- docs/guide/start.md | 5 +++++ 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/docs/guide/install/1panel/index.md b/docs/guide/install/1panel/index.md index dfdba6840..b301b42a6 100644 --- a/docs/guide/install/1panel/index.md +++ b/docs/guide/install/1panel/index.md @@ -16,7 +16,6 @@ https://1panel.cn/docs/installation/online_installation/ ![](./images/store-1.png) - ![](./images/store-2.png) #### 1.2 访问测试: @@ -40,6 +39,9 @@ admin/123456 1. 打开`docker-compose.yaml`,整个内容复制下来 https://gitee.com/certd/certd/raw/v2/docker/run/docker-compose.yaml +::: tip +默认使用SQLite数据库,如果需要使用MySQL、PostgreSQL数据库,请参考[多数据库支持](./install/database.md) +::: 2. 然后到 `1Panel->容器->编排->新建编排` 输入名称,粘贴`docker-compose.yaml`原文内容 @@ -49,7 +51,10 @@ admin/123456 ![](./images/2.png) > 默认使用sqlite数据库,数据保存在`/data/certd`目录下,您可以手动备份该目录 -> certd还支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../database) + + + + #### 2.2 访问测试 diff --git a/docs/guide/install/baota/index.md b/docs/guide/install/baota/index.md index bf173b930..57bb90c16 100644 --- a/docs/guide/install/baota/index.md +++ b/docs/guide/install/baota/index.md @@ -30,7 +30,9 @@ 点击确定,等待启动完成 ![](./images/2.png) -> certd默认使用sqlite数据库,另外支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../database) +::: tip +默认安装使用SQLite数据库,如果需要使用MySQL、PostgreSQL数据库,请参考[多数据库支持](./install/database.md) +::: ## 二、访问应用 diff --git a/docs/guide/install/docker/index.md b/docs/guide/install/docker/index.md index 927504f44..341a16953 100644 --- a/docs/guide/install/docker/index.md +++ b/docs/guide/install/docker/index.md @@ -42,8 +42,9 @@ docker compose up -d > 如果提示 没有docker compose命令,请安装docker-compose > https://docs.docker.com/compose/install/linux/ -> certd默认使用sqlite数据库,另外还支持`mysql`和`postgresql`数据库,[点我了解如何切换其他数据库](../database) - +::: tip +默认安装使用SQLite数据库,如果需要使用MySQL、PostgreSQL数据库,请参考[多数据库支持](./install/database.md) +::: ### 3. 访问测试 diff --git a/docs/guide/start.md b/docs/guide/start.md index 49ccd510d..cdca811aa 100644 --- a/docs/guide/start.md +++ b/docs/guide/start.md @@ -28,6 +28,11 @@ https://certd.handsfree.work/ 2. [Docker方式部署](./install/docker/) 3. [源码方式部署](./install/source/) +::: tip +默认安装使用SQLite数据库,如果需要使用MySQL、PostgreSQL数据库,请参考[多数据库支持](./install/database.md) +::: + + ### 2. 访问测试