mirror of
https://github.com/corda/corda.git
synced 2024-12-19 21:17:58 +00:00
Updating wording to make things slightly clearer and indicate when th… (#4785)
* Updating wording to make things slightly clearer and indicate when the Spring Boot server is ready. * fixing typo
This commit is contained in:
parent
efabab35c4
commit
2eb6169a11
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user