Tải về install script:
curl -sSLO https://raw.githubusercontent.com/hyperledger/fabric/main/scripts/install-fabric.sh && chmod +x install-fabric.sh
Script này có một số option như sau:
./install-fabric.sh -h
Usage: ./install-fabric.sh [-f|--fabric-version <arg>] [-c|--ca-version <arg>] <comp-1> [<comp-2>] ... [<comp-n>] ...
<comp>: Component to install one or more of d[ocker]|b[inary]|s[amples]. If none specified, all will be installed
-f, --fabric-version: FabricVersion (default: '2.5.5')
-c, --ca-version: Fabric CA Version (default: '1.5.7')
Ví dụ:
./install-fabric.sh docker samples binary
Related
list
from [[Hyperledger Fabric - Installation]]
sort file.ctime asc