PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, September 26, 2022

[FIXED] How do I install Hyperledger Fabric's binaries only?

 September 26, 2022     binaries, hyperledger-fabric, installation     No comments   

Issue

I would like to install/download the HLF binaries, without the images and fabric-samples. How do I do that?

This is what I've tried so far:

  1. I've followed the instruction on https://hyperledger-fabric.readthedocs.io/en/release-1.4/install.html, but that also installs the images (which is unwanted).
  2. I've looked into the hlf repository, but the /bin/ directory is absent there and a name-search for 'contigtxgen' and others yielded no results other than it being used inside other scripts in the repo
  3. googled for any mention of binary-only install of hlf, without positive results

Desired result would be a cli command with which I can suppress the installing of images, or something similar.


Solution

If you download this script (and set execute permission):

https://raw.githubusercontent.com/hyperledger/fabric/master/scripts/bootstrap.sh

Then run the script with -h you will see the options to suppress download of Binaries or Docker Images.



Answered By - R Thatcher
Answer Checked By - Cary Denson (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing