Skip to content

Commit

Permalink
Update installation.md (#1723)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanglinchao1 committed Aug 1, 2023
1 parent a14b4f3 commit 939dd62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3.x/zh_CN/docs/tutorial/pro/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,11 +522,11 @@ generated/chain0

### 4.5部署区块链节点监控服务

RPC服务和Gateway服务和node服务均部署完成后,可部署区块链节点监控服务。在建链工具BcosProBuilder目录下,执行如下命令,可部署并启动区块链节点监控服务。
RPC服务和Gateway服务和node服务均部署完成后,可部署区块链节点监控服务。在建链工具BcosBuilder/pro目录下,执行如下命令,可部署并启动区块链节点监控服务。

```shell
# 进入操作目录
cd ~/fisco/BcosProBuilder
cd ~/fisco/BcosBuilder/pro

# 部署并启动区块链节点服务
python3 build_chain.py chain -o deploy -t monitor
Expand Down Expand Up @@ -857,4 +857,4 @@ app_log/

```

区块链节点服务启动成功后,可在graphna和prometheus页面查看各个指标数据。
区块链节点服务启动成功后,可在graphna和prometheus页面查看各个指标数据。

0 comments on commit 939dd62

Please sign in to comment.