Skip to content

Commit

Permalink
fix visual deploy url
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCattwo authored Aug 26, 2020
1 parent dc6ea0a commit 549896b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/WeBASE/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ cd webase-deploy
2. 采用可视化部署,则根据说明修改 `visual-deploy.properties` 文件中的配置;

- **一键部署**方式时,修改 `common.properties` 配置文件

```shell
# WeBASE子系统的最新版本(v1.1.0或以上版本)
webase.web.version=v1.4.0
Expand Down Expand Up @@ -180,9 +181,11 @@ fisco.version=2.4.1
node.counts=nodeCounts
```


- **可视化方式**时,修改 `visual-deploy.properties` 文件。
<span id="visual-deploy-config"></span>


```eval_rst
.. important::
注意: `sign.ip` 配置的 IP 是WeBASE-Sign签名服务对外提供服务访问的 IP 地址,供其他部署节点主机访问。
Expand Down Expand Up @@ -244,7 +247,7 @@ mgr.ssh.rootDirOnHost=/opt/fisco
| 部署方式 | 参数 | 说明 |
|---|---|---|
| 一键部署 | installAll | 部署 WeBASE 中间件服务,包括底层节点 |
| 可视化部署 | installWeBASE | 部署 WeBASE 中间件服务,<br />然后通过**界面操作的方式部署底层节点**,参考文档 [可视化部署](#../WeBASE-Install/visual_deploy.html) |
| 可视化部署 | installWeBASE | 部署 WeBASE 中间件服务,<br />然后通过**界面操作的方式部署底层节点**,参考文档 [可视化部署](../WeBASE-Install/visual_deploy.html) |

根据上文已选择的部署方式完成配置文件的修改后,执行下面对应的部署、停止、启动命令即可

Expand Down

0 comments on commit 549896b

Please sign in to comment.