Tools, FAQ, Tutorials:
Install Composer Prerequisites on Ubuntu
How to install Hyplerledger Composer Prerequisites on Ubuntu?
✍: FYIcenter.com
The best way to install Hyplerledger Composer Prerequisites on Ubuntu
is to download and run the prereqs-ubuntu.sh script.
1. Verify your Ubuntu version:
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.2 LTS Release: 18.04 Codename: bionic
2. Download the prereqs-ubuntu.sh script:
$ mkdir prereqs $ cd prereqs $ curl -O https://hyperledger.github.io/composer/latest/prereqs-ubuntu.sh $ ls -l -rw-rw-r-- 1 fyicenter 4001 Apr 1 18:19 prereqs-ubuntu.sh
3. Run the prereqs-ubuntu.sh script:
$ chmod u+x prereqs-ubuntu.sh $ ./prereqs-ubuntu.sh ...
You should see no errors.
⇒ Verify Hyperledger Composer Prerequisites on Ubuntu
⇐ Hyplerledger Composer Environment Requirement
2019-04-26, 248👍, 0💬
Popular Posts:
What Is an HTML http-equiv "meta" Tag/Element? a http-equiv "meta" element is a special "meta" eleme...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
Where to find tutorials on the 2017 version of API Management Services at Azure Portal? Here is a li...
What is Azure API Management Gateway? Azure API Management Gateway is the Azure Web server that serv...