Skip to content

Commit

Permalink
prepare for 0.0.3 release (#90)
Browse files Browse the repository at this point in the history
Signed-off-by: SamYuan1990 <yy19902439@126.com>
  • Loading branch information
SamYuan1990 committed Feb 27, 2021
1 parent 5a6da3c commit 56f8c79
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.MD
Expand Up @@ -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
1 change: 1 addition & 0 deletions README_ZH.MD
Expand Up @@ -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
14 changes: 11 additions & 3 deletions views/config/index.html
@@ -1,10 +1,18 @@
<div>
<p>here are two steps to config your probe quickly</p>
<p>with test network</p>
<p>here are two steps to config your probe with test network quickly</p>
<p>curl -vsS https://raw.githubusercontent.com/hyperledger/fabric/release-2.2/scripts/bootstrap.sh | bash</p>
<p>cp sample/prepareConfig.sh fabric-samples/test-network</p>
<p>cp sample/test-network/prepareConfig.sh fabric-samples/test-network</p>
<p>cp sample/test-network/config.yaml . </p>
</br>
<p>to enable monitor</p>
<p>cp -f sample/docker-compose-test-net.yaml fabric-samples/test-network/docker</p>
<p>cp -f sample/test-network/docker-compose-test-net.yaml fabric-samples/test-network/docker</p>
<p>cd monitor</p>
<p>docker-compose up -d</p>
<p>http://localhost:3001/ for grafana with admin/adminpw or admin/admin</p>
</br>
<p>with minifab</p>
<p>here are two steps to config your probe with minifabric quickly</p>
<p>mkdir -p minifabric && cd minifabric && curl -o minifab -sL https://tinyurl.com/yxa2q6yr && chmod +x minifab && cd ..</p>
<p>cp sample/minifab/* minifabric</p>
</div>

0 comments on commit 56f8c79

Please sign in to comment.