下載地址:
https://curl.haxx.se/download.html
大部分系統(tǒng)已經(jīng)自帶了curl
命令 curl --version 查看是否已經(jīng)安裝,查看版本信息
Docker version Docker 17.06.2-ce or greater is required.
成都地區(qū)優(yōu)秀IDC服務(wù)器托管提供商(成都創(chuàng)新互聯(lián)公司).為客戶提供專業(yè)的服務(wù)器托管,四川各地服務(wù)器托管,服務(wù)器托管、多線服務(wù)器托管.托管咨詢專線:13518219792
命令 docker --version 查看是否已經(jīng)安裝,查看版本信息
安裝查看:https://blog.51cto.com/1693346/2344568
Docker Compose version 1.14.0 or greater installed
命令 docker-compose --version 查看是否已經(jīng)安裝,查看版本信息
安裝查看:https://blog.51cto.com/1693346/2344570
Go version 1.11.x is required.
必須要 go 1.11.x版本
查看版本命令:
go version
安裝查看:https://blog.51cto.com/1693346/2344553
使用以下命令檢查python 版本
python --version
centos7.5默認(rèn)已經(jīng)安裝了Python 2.7.5
fabric node.js 需要用python 2.7才可以,如果為Python 3.5.1,需要退回到Python 2.7。
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
安裝步驟參考:https://blog.51cto.com/1693346/2345206
查看版本命令:
git --version
參考:
https://hyperledger-fabric.readthedocs.io/en/release-1.4/prereqs.html