fabric-samples/distributed-deploy/README.md
zeoio 958749e76c distributed-deploy: add distributed deploy tools for prod env
Signed-off-by: zeoio <kinsleer@outlook.com>
2020-04-29 10:01:39 +08:00

3 lines
455 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 分布式部署
该项目主要实现fabric一键分布式部署。fabric官网的例子只能实现单节点部署链网络包括ordererpeer和couchdb和chaincode节点如果要实现在多个节点部署链网络需要手动修改配置文件和执行相关命令此过程比较麻烦且容易出错。本部署包主要是为解决此问题而创立方便生产环境下运维人员快速实现分布式部署fabric链网络。