diff --git a/README.MD b/README.MD index fa9adda..b5862e1 100644 --- a/README.MD +++ b/README.MD @@ -84,3 +84,4 @@ version | URL | comments 0.0.1 | https://www.bilibili.com/video/BV1x54y1x78Z | N/A 0.0.1 | https://www.bilibili.com/video/BV1dV411y7oZ | N/A 0.0.2 | https://www.bilibili.com/video/bv13t4y1B7AE | N/A +0.0.3 | https://www.bilibili.com/video/BV1Kz4y1179L | N/A \ No newline at end of file diff --git a/README_ZH.MD b/README_ZH.MD index 7d00696..0946004 100644 --- a/README_ZH.MD +++ b/README_ZH.MD @@ -80,3 +80,4 @@ version | URL | comments 0.0.1 | https://www.bilibili.com/video/BV1x54y1x78Z | N/A 0.0.1 | https://www.bilibili.com/video/BV1dV411y7oZ | N/A 0.0.2 | https://www.bilibili.com/video/bv13t4y1B7AE | N/A +0.0.3 | https://www.bilibili.com/video/BV1Kz4y1179L | N/A diff --git a/views/config/index.html b/views/config/index.html index 5a78f08..c3b8a30 100644 --- a/views/config/index.html +++ b/views/config/index.html @@ -1,10 +1,18 @@
-

here are two steps to config your probe quickly

+

with test network

+

here are two steps to config your probe with test network quickly

curl -vsS https://raw.githubusercontent.com/hyperledger/fabric/release-2.2/scripts/bootstrap.sh | bash

-

cp sample/prepareConfig.sh fabric-samples/test-network

+

cp sample/test-network/prepareConfig.sh fabric-samples/test-network

+

cp sample/test-network/config.yaml .

+

to enable monitor

-

cp -f sample/docker-compose-test-net.yaml fabric-samples/test-network/docker

+

cp -f sample/test-network/docker-compose-test-net.yaml fabric-samples/test-network/docker

cd monitor

docker-compose up -d

http://localhost:3001/ for grafana with admin/adminpw or admin/admin

+
+

with minifab

+

here are two steps to config your probe with minifabric quickly

+

mkdir -p minifabric && cd minifabric && curl -o minifab -sL https://tinyurl.com/yxa2q6yr && chmod +x minifab && cd ..

+

cp sample/minifab/* minifabric

\ No newline at end of file