本文环境为Ubuntu 16.04 LTS
一、先决条件
安装cURL
$ sudo apt-get update
$ sudo apt install curl
安装Docker
- 更新包索引
$ sudo apt-get update
- 安装packages以允许通过HTTPS使用存储库
$ sudo apt-get install \
apt-transport-https \
ca-certificates \
curl \
gnupg-agent \
software-properties-common
- 添加Docker的官方GPG密钥
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
- set up the stable repository
$ sudo add-apt-repository \
"deb [arch=amd64] https://download.docker.com/linux/ubuntu \
$(lsb_release -cs) \
stable"
- 更新包索引
$ sudo apt-get update
- 安装

本文详细介绍了如何在Ubuntu 16.04上搭建Hyperledger Fabric的开发环境,包括安装cURL、Docker、Docker Compose、Go、Node.js和Python等先决条件,以及如何安装Fabric Samples和二进制文件。
最低0.47元/天 解锁文章
842

被折叠的 条评论
为什么被折叠?



