fabric-samples/first-network
Arnaud J Le Hors 1d69e9e2d1 [FAB-7540] Simplifies Reconfigure Your Network tutorial
This change brings a new set of scripts and configuration files to the
first-network sample to make it easier for people to follow the new
tutorial on how to add a third org to the network setup in BYFN.

To function properly the new Extend You First Network script (eyfn.sh)
must be run after byfn.sh is run and with the same parameters. So,
valid uses include:

./byfn.sh up
./eyfn.sh up

or

./byfn.sh up -c testchannel -s couchdb -l node
./eyfn.sh up -c testchannel -s couchdb -l node

A single './eyfn.sh down' command is however necessary to take the
whole network down.

Patch-set #2: fixes ./eyfn.sh down
Patch-set #3: removed unused option from Usage and spurious whitespaces
Patch-set #4: added missing test file

Change-Id: I9c926b52f2243dda1c5f9368112c314a6c5c6929
Signed-off-by: Arnaud J Le Hors <lehors@us.ibm.com>
2018-02-10 09:36:19 +01:00
..
base [FAB-5260] Update samples to v1.0.0 2017-07-12 09:07:39 -04:00
channel-artifacts FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
org3-artifacts [FAB-6632] - Artifacts for BYFN reconfigure 2017-11-08 15:43:10 -05:00
scripts [FAB-7540] Simplifies Reconfigure Your Network tutorial 2018-02-10 09:36:19 +01:00
.env FAB-4910 fix incorrect network spec 2017-06-22 09:09:53 +08:00
byfn.sh [FAB-7540] Simplifies Reconfigure Your Network tutorial 2018-02-10 09:36:19 +01:00
configtx.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
crypto-config.yaml FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00
docker-compose-cli.yaml [FAB-7527] Improves BYFN 2017-12-21 00:22:13 +01:00
docker-compose-couch-org3.yaml [FAB-7540] Simplifies Reconfigure Your Network tutorial 2018-02-10 09:36:19 +01:00
docker-compose-couch.yaml [FAB-5453] Enable CouchDB passwords in Fabric Samples 2017-07-25 10:57:08 -04:00
docker-compose-e2e-template.yaml [FAB-5031] Fix e2e template typo 2017-06-27 09:40:29 -04:00
docker-compose-org3.yaml [FAB-7527] Improves BYFN 2017-12-21 00:22:13 +01:00
eyfn.sh [FAB-7540] Simplifies Reconfigure Your Network tutorial 2018-02-10 09:36:19 +01:00
README.md FAB-4073 build your first network sample 2017-06-21 05:42:36 +00:00

Build Your First Network (BYFN)

The directions for using this are documented in the Hyperledger Fabric "Build Your First Network" tutorial.