mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
distributed-deploy: fix README link image name error
Signed-off-by: zeoio <kinsleer@outlook.com>
This commit is contained in:
parent
3a73787abe
commit
59bed6da40
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -48,7 +48,7 @@ make release
|
|||
|
||||
我们需要将上一小节**构建部署包**中生成的`jar`文件,即`bcp-install.jar`分别复制到*masterPackage*和*slavePackage*中。
|
||||
|
||||

|
||||

|
||||
|
||||
我们将`peer0`作为主节点服务器,将*masterPackage*目录复制到`peer0`服务器上。同时我们需要将*slavePackage*目录分别复制到`peer1`, `orderer0`, `orderer1`, `orderer2`服务器中。
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue