From 59bed6da40527781e92b683d33f479b055fb3ab8 Mon Sep 17 00:00:00 2001 From: zeoio Date: Sun, 26 Apr 2020 18:41:37 +0800 Subject: [PATCH] distributed-deploy: fix README link image name error Signed-off-by: zeoio --- distributed-deploy/README.md | 2 +- distributed-deploy/README_CN.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/distributed-deploy/README.md b/distributed-deploy/README.md index 03ab3eee..5ab0e88b 100644 --- a/distributed-deploy/README.md +++ b/distributed-deploy/README.md @@ -35,7 +35,7 @@ In this section,we will show how to use our tool to deploy the hyperledger fab After you have built the bcp-install.jar in your project, now you need to copy the jar to the directory named masterPackage and slavePackage, they are both under the generateInstallPackage as the picture1 show;You should notice that you also need to upload the masterPackage and slavePackage to the machines, the masterPackage should be uploaded to master node and slavePackage should be the slave one. -![](./static/masterPackge.png) +![](./static/masterPackage.png) Then we will show you how to deploy the the hyperledger fabric network, in the presentation below, we have two peer nodes named peer0 and peer1,and we have three orderer nodes named oderder0,orderer1,orderer2,and we choose peer0 as master node and the others are the slave ones. diff --git a/distributed-deploy/README_CN.md b/distributed-deploy/README_CN.md index 1712bd4a..ca78718b 100644 --- a/distributed-deploy/README_CN.md +++ b/distributed-deploy/README_CN.md @@ -48,7 +48,7 @@ make release 我们需要将上一小节**构建部署包**中生成的`jar`文件,即`bcp-install.jar`分别复制到*masterPackage*和*slavePackage*中。 -![](./static/masterPackge.png) +![](./static/masterPackage.png) 我们将`peer0`作为主节点服务器,将*masterPackage*目录复制到`peer0`服务器上。同时我们需要将*slavePackage*目录分别复制到`peer1`, `orderer0`, `orderer1`, `orderer2`服务器中。