Skip to content

Commit

Permalink
Merge pull request #233 from WeBankFinTech/dev
Browse files Browse the repository at this point in the history
rm old cdn url
  • Loading branch information
yuanmomo authored Aug 26, 2020
2 parents 0af6d65 + 0d707a6 commit 62a6f42
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions docs/WeBASE/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -635,17 +635,14 @@ org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating

### 13. WeBASE CDN加速服务

答:WeBASE CDN 加速服务提供 WeBASE 各子系统安装包的下载服务。为了提供更稳定的下载服务,从 WeBASE v1.4.0 开始使用新的 CDN 下载地址。请注意根据不同版本选择不同的下载地址。
答:WeBASE CDN 加速服务提供 WeBASE 各子系统安装包的下载服务。

- v1.4.0 版本
为了提供更稳定的下载服务,从 WeBASE v1.4.0 开始使用新的 CDN 下载地址。具体使用方法如下:

CDN 下载地址:
```Bash
https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeBASE/releases/download/{release_version}/webase-{subsystem}.zip
```

- v1.3.2(包括)及以前版本
```Bash
https://www.fisco.com.cn/cdn/webase/releases/download/{release_version}/webase-{subsystem}.zip
```

其中`{release_version}``v1.x.x`格式,`{subsystem}`则是子系统名字,支持下载`sign, front, node-mgr, web`子系统的zip安装包(全小写),暂不支持webase-transaction的安装包下载。

Expand All @@ -659,12 +656,6 @@ wget https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeBASE/releases/downlo
curl -O https://osp-1257653870.cos.ap-guangzhou.myqcloud.com/WeBASE/releases/download/v1.4.0/webase-node-mgr.zip
```

- 获取WeBASE-Node-Manager v1.3.2 的安装包`webase-node-mgr.zip`

```
// 对于 v1.3.2 (包括)及以前的版本
wget https://www.fisco.com.cn/cdn/webase/releases/download/v1.3.2/webase-node-mgr.zip
```

### 14. WeBASE代码仓库国内gitee镜像

Expand Down

0 comments on commit 62a6f42

Please sign in to comment.