From 2eb6169a117e2a374339ec5bd1b717dc2acac433 Mon Sep 17 00:00:00 2001 From: Cais Manai Date: Tue, 19 Feb 2019 11:32:41 +0100 Subject: [PATCH] =?UTF-8?q?Updating=20wording=20to=20make=20things=20sligh?= =?UTF-8?q?tly=20clearer=20and=20indicate=20when=20th=E2=80=A6=20(#4785)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Updating wording to make things slightly clearer and indicate when the Spring Boot server is ready. * fixing typo --- docs/source/tutorial-cordapp.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/tutorial-cordapp.rst b/docs/source/tutorial-cordapp.rst index 34e252d9e9..17fa86e714 100644 --- a/docs/source/tutorial-cordapp.rst +++ b/docs/source/tutorial-cordapp.rst @@ -245,11 +245,13 @@ Start the nodes by running the following command from the root of the ``cordapp- * Unix/Mac OSX: ``workflows-kotlin/build/nodes/runnodes`` * Windows: ``call workflows-kotlin\build\nodes\runnodes.bat`` -Each Spring Boot server needs to be started in it's own terminal, replace X with A, B and C: +Each Spring Boot server needs to be started in its own terminal/command prompt, replace X with A, B and C: * Unix/Mac OSX: ``./gradlew runPartyXServer`` * Windows: ``gradlew.bat runPartyXServer`` +Look for the Started ServerKt in X seconds message, don't rely on the % indicator. + .. warning:: On Unix/Mac OSX, do not click/change focus until all seven additional terminal windows have opened, or some nodes may fail to start.