Prerequisites
* Curl
* Docker >= 17.06.2-ce
* Docker Composer >= 1.14.0
* Go >= 1.10.0
* Node >= 8.9.0
安装Fabric-samples,fabric工具和docker镜像
安装过程很简单,执行如下命令即可:
后面三个参数分别对应fabric,fabric-ca和第三方平台镜像版本号
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.2.0 1.2.0 0.4.10
如果出现错误或者被墙,请使用如下命令:
curl -sSL https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh | bash -s 1.2.0 1.2.0 0.4.10
部分内容可以参照一键化脚本:
https://github.com/Randyshu2018/fabric-multi-machine-deploy/blob/master/installFabricEnv_ubuntu.sh