Browse Source

startup.sh -> peer-startup.sh

tags/1.3.0^2
zhaoguangwei 5 years ago
parent
commit
1b7b60de3d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      deploy/deploy-peer/src/main/resources/docs/安装部署.MD

+ 1
- 1
deploy/deploy-peer/src/main/resources/docs/安装部署.MD View File

@@ -372,7 +372,7 @@ Peer节点启动依赖于 *config* 目录下ledger-binding.conf的配置,该
由于Peer节点启动后会自动与其他参与节点进行通信,因此需要同时启动4个Peer节点,只需要执行startup.sh即可,参考命令:
```shell
cd bin
./startup.sh
./peer-startup.sh
```
> 1)注意:startup.sh命令中可修改启动端口,默认为:-p 7080;



Loading…
Cancel
Save