Skip to content

Commit

Permalink
[FAB-12630] Improve install instructions
Browse files Browse the repository at this point in the history
Clarify binary install directory.
Clarify version passing per component.
Clarify binaries installed.

Change-Id: I6d76c52780d2fa142e11d18c3d0c9629a3ba515d
Signed-off-by: David Enyeart <enyeart@us.ibm.com>
  • Loading branch information
denyeart committed Oct 26, 2018
1 parent 937b2bc commit c613a45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ command that follows will perform the following steps:
#. If needed, clone the `hyperledger/fabric-samples` repository
#. Checkout the appropriate version tag
#. Install the Hyperledger Fabric platform-specific binaries and config files
for the version specified into the root of the fabric-samples repository
for the version specified into the /bin and /config directories of fabric-samples
#. Download the Hyperledger Fabric docker images for the version specified

Once you are ready, and in the directory into which you will install the
Expand All @@ -43,8 +43,8 @@ Fabric Samples and binaries, go ahead and execute the following command:
curl -sSL http://bit.ly/2ysbOFE | bash -s 1.2.1
.. note:: If you want to download Fabric, Fabric-ca and thirdparty Docker images
you must pass the version identifier to the script.
.. note:: If you want to download different versions for Fabric, Fabric-ca and thirdparty
Docker images, you must pass the version identifier for each.

.. code:: bash
Expand All @@ -70,12 +70,12 @@ that will download and extract all of the platform-specific binaries you
will need to set up your network and place them into the cloned repo you
created above. It retrieves the following platform-specific binaries:

* ``cryptogen``,
* ``configtxgen``,
* ``configtxlator``,
* ``peer``,
* ``cryptogen``,
* ``idemixgen``
* ``orderer``,
* ``idemixgen``, and
* ``peer``, and
* ``fabric-ca-client``

and places them in the ``bin`` sub-directory of the current working
Expand Down

0 comments on commit c613a45

Please sign in to comment.