diff --git a/.github/workflows/mike-deploy.yml b/.github/workflows/mike-deploy.yml
index 5fee589c3..527a7e576 100644
--- a/.github/workflows/mike-deploy.yml
+++ b/.github/workflows/mike-deploy.yml
@@ -22,7 +22,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements/requirements.txt
- pip install mike
+ pip install mike==1.1.2
- name: Config Git
run: |
git config user.name "$(git log -n 1 --pretty=format:%an)"
diff --git a/docs/installation/offline_installation.md b/docs/installation/offline_installation.md
index c18a6e33b..f406fb19c 100644
--- a/docs/installation/offline_installation.md
+++ b/docs/installation/offline_installation.md
@@ -5,7 +5,7 @@ description: MeterSphere 一站式开源持续测试平台官方文档。MeterSp
## 1 环境要求
!!! ms-abstract "部署服务器要求"
* 操作系统: CentOS 7.x / Redhat 7.x
- * CPU/内存: 最低要求 4C8G,推荐 8C16G (2.3.0版本及其之后的版本,最低配置 8C16G)
+ * CPU/内存: 最低要求 4C8G (企业版最低配置 8C16G)
* 磁盘空间: 50G
## 2 下载安装包
diff --git a/docs/installation/offline_upgrade.md b/docs/installation/offline_upgrade.md
index 2fe29e186..ae42eec1c 100644
--- a/docs/installation/offline_upgrade.md
+++ b/docs/installation/offline_upgrade.md
@@ -19,10 +19,10 @@ description: MeterSphere 一站式开源持续测试平台官方文档。MeterSp
MeterSphere 安装包下载链接: https://github.com/metersphere/metersphere/releases
- # 下载在线安装包
+ # 下载离线安装包
wget https://github.com/metersphere/metersphere/releases/download/v2.x.y/metersphere-online-installer-v2.x.y.tar.gz
- # 解压在线安装包
+ # 解压安装包
tar -zxvf metersphere-online-installer-v2.x.y.tar.gz
# 进入离线部署包解压缩目录
diff --git a/docs/installation/online_installation.md b/docs/installation/online_installation.md
index 9834b16ec..5730f8ecc 100644
--- a/docs/installation/online_installation.md
+++ b/docs/installation/online_installation.md
@@ -5,9 +5,10 @@ description: MeterSphere 一站式开源持续测试平台官方文档。MeterSp
## 1 环境要求
!!! ms-abstract "部署服务器要求"
* 操作系统: CentOS 7.x / Redhat 7.x
- * CPU/内存: 最低要求 4C8G,推荐 8C16G (2.3.0版本及其之后的版本,最低配置 8C16G)
+ * CPU/内存: 最低要求 4C8G (企业版最低配置 8C16G)
* 磁盘空间: 50G
* 网络要求:可访问互联网
+ * 注:如用于生产环境,推荐使用 [离线安装包](https://community.fit2cloud.com/#/products/metersphere/downloads) 进行部署
## 2 一键安装
!!! ms-abstract ""
diff --git a/docs/quick_start/quick_start.md b/docs/quick_start/quick_start.md
index 9dfba6209..079806235 100644
--- a/docs/quick_start/quick_start.md
+++ b/docs/quick_start/quick_start.md
@@ -9,9 +9,10 @@ description: MeterSphere 一站式开源持续测试平台官方文档。MeterSp
**部署服务器要求**:
- 操作系统要求:CentOS 7.x
- - CPU内存要求:最低要求 4C8G,推荐 8C16G
+ - CPU内存要求:最低要求 4C8G (企业版最低配置 8C16G)
- 部署目录空间(默认/opt目录)要求:50G
- 网络要求:可访问互联网
+ - 如用于生产环境,推荐使用 [离线安装包](https://community.fit2cloud.com/#/products/jumpserver/downloads) 进行部署
以 root 用户 ssh 登录部署目标服务器,执行以下脚本进行一键安装: