installationhyperledger-fabricbinaries

How do I install Hyperledger Fabric's binaries only?


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.