Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 732 Bytes

File metadata and controls

41 lines (32 loc) · 732 Bytes
cd $GOPATH/src/github.com/hyperledger

curl -sSL https://bit.ly/2ysbOFE | bash -s

additional information: https://hyperledger-fabric.readthedocs.io/en/release-2.2/install.html

  • copy binaries from fabric-samples/bin to your PATH

  • clone github.com/kortelyov/hyperledger-fabric-samples

./network.sh up -s couchdb

./network.sh addOrg -o org1 -c global

For checking logs

docker logs {peer_container_id}

For checking files for updating configuration:

docker exec -it {cli_container_id} /bin/bash