You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
also clean up some formatting issues in
Troubleshooting section.
Change-Id: Ibd08dbfe1c5fdbd358cf6df32c5142781630997b
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
Copy file name to clipboardexpand all lines: docs/source/build_network.rst
+61-42
Original file line number
Diff line number
Diff line change
@@ -393,6 +393,11 @@ in this sample network.
393
393
2017-06-12 21:01:37.562 EDT [msp] getMspConfig -> INFO 003 crls folder not found at [/Users/xxx/dev/byfn/crypto-config/ordererOrganizations/example.com/msp/intermediatecerts]. Skipping.: [stat /Users/xxx/dev/byfn/crypto-config/ordererOrganizations/example.com/msp/crls: no such file or directory]
394
394
2017-06-12 21:01:37.562 EDT [msp] getMspConfig -> INFO 004 MSP configuration file not found at [/Users/xxx/dev/byfn/crypto-config/ordererOrganizations/example.com/msp/config.yaml]: [stat /Users/xxx/dev/byfn/crypto-config/ordererOrganizations/example.com/msp/config.yaml: no such file or directory]
395
395
396
+
.. _createchanneltx:
397
+
398
+
Create a Channel Configuration Transaction
399
+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
400
+
396
401
Next, we need to create the channel transaction artifact. Be sure to replace $CHANNEL_NAME or
397
402
set CHANNEL_NAME as an environment variable that can be used throughout these instructions:
398
403
@@ -451,6 +456,8 @@ Start your network:
451
456
If you want to see the realtime logs for your network, then do not supply the ``-d`` flag.
452
457
If you let the logs stream, then you will need to open a second terminal to execute the CLI calls.
453
458
459
+
.. _peerenvvars::
460
+
454
461
Environment variables
455
462
^^^^^^^^^^^^^^^^^^^^^
456
463
@@ -476,6 +483,13 @@ paths:
476
483
Create & Join Channel
477
484
^^^^^^^^^^^^^^^^^^^^^
478
485
486
+
Recall that we created the channel configuration transaction using the
487
+
``configtxgen`` tool in the :ref:`createchanneltx` section, above. You can
488
+
repeat that process to create additional channel configuration transactions,
489
+
using the same or different profiles in the ``configtx.yaml`` that you pass
490
+
to the ``configtxgen`` tool. Then you can repeat the process defined in this
491
+
section to establish those other channels in your network.
492
+
479
493
We will enter the CLI container using the ``docker exec`` command:
480
494
481
495
.. code:: bash
@@ -488,13 +502,9 @@ If successful you should see the following:
0 commit comments