Skip to content

Commit

Permalink
Merge branch 'v2.x' of github.com:metersphere/docs into v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
xhy12 committed Nov 16, 2023
2 parents 8d91808 + 23c7d86 commit eb7301f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mike-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/offline_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 下载安装包
Expand Down
4 changes: 2 additions & 2 deletions docs/installation/offline_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

# 进入离线部署包解压缩目录
Expand Down
3 changes: 2 additions & 1 deletion docs/installation/online_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ""
Expand Down
3 changes: 2 additions & 1 deletion docs/quick_start/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ description: MeterSphere 一站式开源持续测试平台官方文档。MeterSp
**部署服务器要求**:<br>

- 操作系统要求:CentOS 7.x
- CPU内存要求:最低要求 4C8G,推荐 8C16G
- CPU内存要求:最低要求 4C8G (企业版最低配置 8C16G)
- 部署目录空间(默认/opt目录)要求:50G
- 网络要求:可访问互联网
- 如用于生产环境,推荐使用 [离线安装包](https://community.fit2cloud.com/#/products/jumpserver/downloads) 进行部署


以 root 用户 ssh 登录部署目标服务器,执行以下脚本进行一键安装:<br>
Expand Down

0 comments on commit eb7301f

Please sign in to comment.