Skip to content

Commit

Permalink
Merge pull request #242 from CodingCattwo/dev
Browse files Browse the repository at this point in the history
update 1.4.1 version
  • Loading branch information
mingzhenliu authored Oct 10, 2020
2 parents b18ca16 + abd23fa commit 6b23b3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions docs/WeBASE-Install/visual_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

在进行可视化部署之前,请按照部署要求,准备相应的部署环境。



#### 系统环境

##### 硬件配置
Expand Down Expand Up @@ -273,7 +271,6 @@ http://{deployIP}:{webPort}
- 删除节点时,节点必须处于停止状态;



### 常见问题

<span id="install_docker" />
Expand Down
10 changes: 5 additions & 5 deletions docs/WeBASE/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Python3.5及以上版本,需安装`PyMySQL`依赖包

获取部署安装包:
```shell
wget https://github.com/WeBankFinTech/WeBASELargeFiles/releases/download/v1.4.0/webase-deploy.zip
wget https://github.com/WeBankFinTech/WeBASELargeFiles/releases/download/v1.4.1/webase-deploy.zip
```
解压安装包:
```shell
Expand Down Expand Up @@ -194,11 +194,11 @@ node.counts=nodeCounts

```shell
# WeBASE子系统的最新版本(v1.1.0或以上版本)
webase.web.version=v1.4.0
webase.mgr.version=v1.4.0
webase.sign.version=v1.4.0
webase.web.version=v1.4.1
webase.mgr.version=v1.4.1
webase.sign.version=v1.4.1
# Docker 镜像版本,默认不需要修改
fisco.webase.docker.cdn.version=v1.4.0
fisco.webase.docker.cdn.version=v2.6.0

# 节点管理子系统mysql数据库配置
mysql.ip=127.0.0.1
Expand Down

0 comments on commit 6b23b3d

Please sign in to comment.