mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 10:05:10 +00:00
|
|
||
|---|---|---|
| .. | ||
| .settings | ||
| bcp-install-api | ||
| bcp-install-biz | ||
| bcp-install-common | ||
| bcp-install-main | ||
| AUTHORS | ||
| LICENSE | ||
| pom.xml | ||
| README.md | ||
| README_CN.md | ||
| start.sh | ||
分布式部署
该项目主要实现fabric一键分布式部署。fabric官网的例子只能实现单节点部署链网络(包括orderer,peer和couchdb和chaincode节点),如果要实现在多个节点部署链网络,需要手动修改配置文件和执行相关命令,此过程比较麻烦且容易出错。本部署包主要是为解决此问题而创立,方便生产环境下运维人员快速实现分布式部署fabric链网络。