温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

fabric 1.4 环境搭建准备工作

发布时间:2020-07-08 05:59:02 来源:网络 阅读:1920 作者:dreamRealize 栏目:软件技术

一:安装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

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI