From cf943ec1ed0c5f3d183e213867333f702bb736bb Mon Sep 17 00:00:00 2001 From: Christopher Ferris Date: Wed, 24 May 2017 17:08:03 -0400 Subject: [PATCH] FAB-4150 add shortened url to track downloads Change-Id: I1e7ff5bba67c3d20eae0aa200d6d11bf5ef7de6a Signed-off-by: Christopher Ferris --- docs/source/getting_started.rst | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/source/getting_started.rst b/docs/source/getting_started.rst index fb5551dac9a..020a1244c0c 100644 --- a/docs/source/getting_started.rst +++ b/docs/source/getting_started.rst @@ -38,7 +38,7 @@ On Windows machines you will also need the following which provides a better alt - `Git Bash `__ - `make for MinGW `__ to be added to Git Bash -Curl the artifacts and binaries & pull the docker images +Download the artifacts and binaries & pull the docker images ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. note:: If you are running on Windows you will want to make use of your Git @@ -56,14 +56,15 @@ Next, execute the following command: .. code:: bash - curl -sS https://raw.githubusercontent.com/hyperledger/fabric/master/examples/e2e_cli/bootstrap.sh | bash + curl -sSL https://goo.gl/NIKLiU | bash -This command executes a bash script (``bootstrap.sh``) that will extract all of the necessary -artifacts to set up your network and place them into a folder named ``release``. -It also retrieves the two binaries - cryptogen and configtxgen - which are briefly -described above. Finally, the script will download the Hyperledger Fabric -docker images. The script leverages an environment variable to detect your OS, allowing us to pull -platform specific binaries and images. +This command downloads and executes a bash script (``bootstrap.sh``) that will +extract all of the necessary artifacts to set up your network and place them +into a folder named ``release``. + +It also retrieves the two platform-specific binaries - ``cryptogen`` and +``configtxgen`` - which are briefly described above. Finally, the script will +download the Hyperledger Fabric docker images into your local Docker registry. The script lists out the docker images upon conclusion. You should see the following: