fabric 1.4 环境搭建准备工作
一:安装cURL
下载地址:https://curl.haxx.se/download.html大部分系统已经自带了curl命令 curl --version 查看是否已经安装,查看版本信息
二:安装docker
Docker version Docker 17.06.2-ce or greater is required.
命令 docker --version 查看是否已经安装,查看版本信息
安装查看:https://blog.51cto.com/1693346/2344568
三:安装Docker-Compose
Docker Compose version 1.14.0 or greater installed
命令 docker-compose --version 查看是否已经安装,查看版本信息
安装查看:https://blog.51cto.com/1693346/2344570
三:安装go环境
Go version 1.11.x is required.
必须要 go 1.11.x版本
查看版本命令:
go version
安装查看:https://blog.51cto.com/1693346/2344553
四:安装python环境
使用以下命令检查python 版本
python --version
centos7.5默认已经安装了Python 2.7.5
fabric node.js 需要用python 2.7才可以,如果为Python 3.5.1,需要退回到Python 2.7。
五:安装Node.js Runtime and NPM
Versions other than the 8.x series are not supported at this time.
fabric目前不支持8.x系列以外的其他版本
Node.js - version 8.x
查看版本命令:
node -v
安装查看地址:https://blog.51cto.com/1693346/2345186
六:安装git客户端
安装步骤参考:https://blog.51cto.com/1693346/2345206
查看版本命令:
git --version
参考:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html
- 上一篇
Django ModelChoiceField中修改过滤查询集queryset的两种方法分别是什么
本篇文章为大家展示了Django ModelChoiceField中修改过滤查询集 queryset的两种方法分别是什么,内容简明扼要并且容易理解,绝对能使你眼前一亮,通过这篇文章的详细介绍希望你能有
- 下一篇
如何在tinycolinux上组建子目录引导和混合32位64位的rootfs系统
本篇内容主要讲解"如何在tinycolinux上组建子目录引导和混合32位64位的rootfs系统",感兴趣的朋友不妨来看看。本文介绍的方法操作简单快捷,实用性强。下面就让小编来带大家学习"如何在ti