Tools, FAQ, Tutorials:
Hyplerledger Composer Environment Requirement
What are requirements for installing the a Hyplerledger Composer development environment?
✍: FYIcenter.com
Here are requirements for
installing the a Hyplerledger Composer development environment:
Operating System - Ubuntu Linux 14.04 / 16.04 LTS, or Mac OS 10.12.
Docker Engine - Version 17.03 or higher. Docker Engine is lightweight and powerful open source containerization technology that allows you to run applications as containers in a single process.
Docker Compose - Version 1.8 or higher. Docker Compose is a tool for defining and running multi-container Docker applications.
Node.js - Version 8.9 or higher. Node.js® is a JavaScript runtime.
npm - Version v5.x or higher. "nmp" is a JavaScript package manager.
git - Version 2.9.x or higher. "git" is a distributed version control system.
Python - Version 2.7.x or higher. Python is the Python script engine.
For requirements of the latest version of Hyplerledger Composer, see the installation document at hyperledger.github.io/composer/latest/installing/installing-index.
Â
⇒ Install Composer Prerequisites on Ubuntu
⇠Install Hyplerledger Composer Environment
2021-05-04, ∼1336🔥, 0💬
Popular Posts:
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...
How to use the "rewrite-uri" Policy Statement for an Azure API service operation? The "rewrite-uri" ...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
What is EPUB 3.0 Metadata "dc:publisher" and "dc:rights" elements? EPUB 3.0 Metadata "dc:publisher" ...