Hyperledger Fabric 1.2 series: 1. Environment preparation

Source: Internet
Author: User
Tags install node docker compose hyperledger fabric

Brief introduction

Current host information: Ubuntu16.04x86_64

root@JDu4e00u53f7:~# uname -aLinux JDu4e00u53f7 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

The environments we need to prepare are:

    • CURL
    • Docker Compose
    • Docker
    • Golang
    • Nodejs

Installation

Installing Curl

sudo apt-get install curl                 //Ubuntu系统一般默认会安装

Installing Docker

Hypreledger Fabric1.2 requires Docker to have a minimum version ofDocker 17.06.2-ce

Installation method Please refer to: https://www.jianshu.com/p/6ca5eab32679

Installing Docker-compose

Hypreledger Fabric1.2 requires a minimum version of Docker-compose1.14.0

Installation method Please refer to: https://www.jianshu.com/p/24e56729d19d

Installing Golang

Hypreledger Fabric1.2 requires a version of Golang 1.10.x . So I chose to install go 1.10.1版本 .

Installation method Please refer to: https://www.jianshu.com/p/9adae64b715f

Install node

Hypreledger Fabric1.2 requires a minimum version of node 8.9.x , but the 9.x version is not supported.
The requirements of NPM are5.6.0

Installation Method Reference: https://www.jianshu.com/p/472adb1e975e

Series

Hyperledger Fabric 1.2 series: 1. Environment preparation
Hyperledger Fabric 1.2 series: 2. Installing binary files and Docker images

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.