Hyperledger Fabric 2.2.1 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/or 0 码力 | 848 页 | 11.56 MB | 1 年前3
Hyperledger Fabric 2.2.1 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1 0 码力 | 575 页 | 8.55 MB | 1 年前3
Hyperledger Fabric 2.1.1 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/or 0 码力 | 816 页 | 10.25 MB | 1 年前3
Hyperledger Fabric 2.2.0 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1 0 码力 | 577 页 | 9.03 MB | 1 年前3
Hyperledger Fabric 2.2.0 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/or 0 码力 | 820 页 | 10.90 MB | 1 年前3
Hyperledger Fabric 2.1 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/or 0 码力 | 904 页 | 10.95 MB | 1 年前3
Hyperledger Fabric 2.2.1 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric Documentation, Release master export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1 0 码力 | 601 页 | 9.48 MB | 1 年前3
Hyperledger Fabric 2.0 DocumentationGOPATH to point at the Go workspace containing the downloaded Fabric code base, with something like: export GOPATH=$HOME/go Note You must set the GOPATH variable Even though, in Linux, Go’s GOPATH variable value of $HOME/go if it is unset, the current Fabric build framework still requires you to set and export that variable, and it must contain only the single directory name for your Go workspace. (This restriction search path to include the Go bin directory, such as the following example for bash under Linux: export PATH=$PATH:$GOPATH/bin While this directory may not exist in a new Go workspace installation, it0 码力 | 821 页 | 10.22 MB | 1 年前3
Hyperledger Fabric 2.0 DocumentationGOPATH to point at the Go workspace containing the downloaded Fabric code base, with something like: export GOPATH=$HOME/go Note: You must set the GOPATH variable Even though, in Linux, Go’s GOPATH variable value of $HOME/go if it is unset, the current Fabric build framework still requires you to set and export that variable, and 124 Chapter 5. Getting Started hyperledger-fabricdocs Documentation, Release search path to include the Go bin directory, such as the following example for bash under Linux: export PATH=$PATH:$GOPATH/bin While this directory may not exist in a new Go workspace installation, it0 码力 | 573 页 | 8.52 MB | 1 年前3
Hyperledger Fabric 2.1 Documentationvariable so that these can be picked up without fully qualifying the path to each binary. e.g.: export PATH=/bin:$PATH Finally, the script will download the Hyperledger Fabric binaries to your CLI Path: export PATH=${PWD}/../bin:$PATH You also need to set the FABRIC_CFG_PATH to point to the core.yaml file in the fabric-samples repository: export FABRIC_CFG_PATH=$PWD/../config/ operate the peer CLI as Org1: # Environment variables for Org1 export CORE_PEER_TLS_ENABLED=true export CORE_PEER_LOCALMSPID="Org1MSP" export CORE_PEER_TLS_ROOTCERT_FILE=${PWD}/organizations/peerOrganizations/org1 0 码力 | 633 页 | 9.19 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













