Tools, FAQ, Tutorials:
Install Hyperledger Fabric Binary Package
How to Install Hyperledger Fabric Binary Package on Ubuntu? I don't want to download the source code and build the binary.
✍: FYIcenter.com
You can follow this tutorial to Install Hyperledger Fabric Binary Package on Ubuntu.
1. Create the download local directory:
$ mkdir -p hyperledger-binaries/fabric-samples $ cd hyperledger-binaries/fabric-samples
2. Download and install Hyperledger Fabric binary package. Note that the version numbers in the command are for Fabric version, Fabric CA version and third-party Docker version.
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.4.1 1.4.0 0.4.15
3. View the installation result:
$ ls -l bin -rwxrwxr-x 1 fyicenter 20325520 Jan 9 18:53 configtxgen -rwxrwxr-x 1 fyicenter 22459312 Jan 9 18:54 configtxlator -rwxrwxr-x 1 fyicenter 13463344 Jan 9 18:53 cryptogen -rwxrwxr-x 1 fyicenter 21435856 Jan 9 18:54 discover -rwxrwxr-x 1 fyicenter 17101576 Jan 9 18:04 fabric-ca-client -rwxrwxr-x 1 fyicenter 810 Jan 9 18:54 get-docker-images.sh -rwxrwxr-x 1 fyicenter 12101184 Jan 9 18:53 idemixgen -rwxrwxr-x 1 fyicenter 29961040 Jan 9 18:54 orderer -rwxrwxr-x 1 fyicenter 37755472 Jan 9 18:54 peer
For more information on downloading Hyperledger Fabric binary package, see hyperledger-fabric.readthedocs.io/en/release-1.4/install.html.
Â
⇒ Contents of Hyperledger Fabric Binary Package
⇠Build Hyperledger Fabric from Source Code
⇑ Hyplerledger Fabric Environment on Ubuntu
⇑⇑ Hyperledger Tutorials
2020-05-15, 1168👍, 0💬
Popular Posts:
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
How To Add Column Headers to a Table? If you want to add column headers to a table, you need to use ...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How To Add Column Headers to a Table? If you want to add column headers to a table, you need to use ...
How to use the RSS Online Validator at w3.org? You can follow this tutorial to learn how to use the ...