From aefee8bc74b0eb5909b4d61b51b21b28d82c3b9c Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Thu, 29 Mar 2018 20:53:15 -0400 Subject: [PATCH] FAB-8429 make clear to teardown b4 manual steps BYFN tutorial should make clear to teardown before doing step-by-step Change-Id: Iee2b16dda5ca4a9140df3dc0237662b08f443cc2 Signed-off-by: Christopher Ferris --- docs/source/build_network.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/build_network.rst b/docs/source/build_network.rst index ed5940f1b3a..f94344ebfee 100644 --- a/docs/source/build_network.rst +++ b/docs/source/build_network.rst @@ -477,6 +477,10 @@ Now, we will define the anchor peer for Org2 on the same channel: Start the network ----------------- +.. note:: If you ran the ``byfn.sh`` example above previously, be sure that you + have brought down the test network before you proceed (see + `Bring Down the Network`_). + We will leverage a script to spin up our network. The docker-compose file references the images that we have previously downloaded, and bootstraps the orderer with our previously generated ``genesis.block``.