mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Willh docupdate (#4985)
* Update tutorial-cordapp doc with runnodes instructions for mac * Tutorial doc update - Moving comment into warning * Fixing doc link
This commit is contained in:
parent
62d5b3cfc4
commit
5314ccf33f
@ -242,7 +242,7 @@ Running the example CorDapp
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Start the nodes by running the following command from the root of the ``cordapp-example`` folder:
|
||||
|
||||
* Unix/Mac OSX: ``workflows-kotlin/build/nodes/runnodes``
|
||||
* 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 its own terminal/command prompt, replace X with A, B and C:
|
||||
@ -253,7 +253,7 @@ Each Spring Boot server needs to be started in its own terminal/command prompt,
|
||||
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.
|
||||
nodes may fail to start. You can run ``workflows-kotlin/build/nodes/runnodes --headless`` to prevent each server from opening in a new terminal window. To interact with the nodes will need to use ssh, see :doc:`shell`.
|
||||
|
||||
For each node, the ``runnodes`` script creates a node tab/window:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user