File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Quick Start
66===
77Make sure that docker runs with options
88
9- --api-cors-header="* " -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock
9+ --api-cors-header="* " -H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock
1010
1111install-docker.sh does this on Redhat/Mageia systems
1212
@@ -17,7 +17,10 @@ dockerhub image
1717
1818Otherwise
1919
20- ./startnet.sh
20+ ./startnet.sh or ./startnet-secure.sh
21+
22+ Run test items
23+
2124./fabric-run.sh scripts/deploy.sh
2225./fabric-run.sh scripts/run-test.sh
2326./fabric-rest.js json/method.chaincode.json json/example02-deploy.json
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ export CORE_PEER_ADDRESS=vp0:30303
3+ peer network login jim
Original file line number Diff line number Diff line change @@ -62,5 +62,8 @@ docker run --name=vp1 \
6262 joequant/hyperledger \
6363 peer node start --logging-level=debug >& vp1.log &
6464
65+ echo " Get the password from config/membersrvc.yaml"
66+ docker exec -it vp0 /local-dev/scripts/login.sh
67+
6568
6669
You can’t perform that action at this time.
0 commit comments