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
Patches bootstrap.sh and generateArtifacts.sh to get the right ARCH
Patches generateArtifacts.sh and docker-compose-base.yaml to use the
filename "genesis.block" instead of "orderer.genesis.block" which for
some unknown reason makes the orderer fail to launch (weird!!)
Patches the doc to refer to the new filename.
See [FAB-4032] for additional info.
Change-Id: Ifde065aba7ddd7c23d20e2ee9e6498c7a3230e4d
Signed-off-by: Arnaud J Le Hors <[email protected]>
Copy file name to clipboardexpand all lines: docs/source/getting_started.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,11 @@ Prerequisites and setup
32
32
- `Docker Compose <https://docs.docker.com/compose/overview/>`__ - v1.8 or higher
33
33
- `Docker Toolbox <https://docs.docker.com/toolbox/toolbox_install_windows/>`__ - Windows users only
34
34
- `Go <https://golang.org/>`__ - 1.7 or higher
35
-
- `Git Bash <https://git-scm.com/downloads>`__ - Windows users only; provides a better alternative to the Windows command prompt
35
+
36
+
On Windows machines you will also need the following which provides a better alternative to the Windows command prompt:
37
+
38
+
- `Git Bash <https://git-scm.com/downloads>`__
39
+
- `make for MinGW <http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82.90-cvs/make-3.82.90-2-mingw32-cvs-20120902-bin.tar.lzma>`__ to be added to Git Bash
36
40
37
41
Curl the artifacts and binaries & pull the docker images
Copy file name to clipboardexpand all lines: examples/e2e_cli/end-to-end.rst
+6-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,11 @@ Prerequisites
27
27
- `Xcode <https://itunes.apple.com/us/app/xcode/id497799835?mt=12>`__ - OSX only (this can take upwards of an hour)
28
28
- `Docker Toolbox <https://docs.docker.com/toolbox/toolbox_install_windows/>`__ - Windows users only
29
29
- `Go <https://golang.org/>`__ - 1.7 or higher
30
-
- `Git Bash <https://git-scm.com/downloads>`__ - Windows users only; provides a better alternative to the Windows command prompt
30
+
31
+
On Windows machines you will also need the following which provides a better alternative to the Windows command prompt:
32
+
33
+
- `Git Bash <https://git-scm.com/downloads>`__
34
+
- `make for MinGW <http://sourceforge.net/projects/mingw/files/MinGW/Extension/make/make-3.82.90-cvs/make-3.82.90-2-mingw32-cvs-20120902-bin.tar.lzma>`__ to be added to Git Bash
31
35
32
36
Setting the $GOPATH
33
37
^^^^^^^^^^^^^^^^^^^
@@ -281,7 +285,7 @@ Create the orderer genesis block:
0 commit comments