Brief introduction
Current host information: Ubuntu16.04
x86_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