From 65f5259ac9ae2d96e9611f338addd1ff2d548542 Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Mon, 30 Jan 2017 11:15:23 +0000 Subject: [PATCH] Reverted docs change. --- docs/source/setting-up-a-corda-network.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/source/setting-up-a-corda-network.rst b/docs/source/setting-up-a-corda-network.rst index 6b57d35a78..f45bd6b7ca 100644 --- a/docs/source/setting-up-a-corda-network.rst +++ b/docs/source/setting-up-a-corda-network.rst @@ -59,9 +59,7 @@ You should see a banner, some log lines and eventually ``Node started up and reg .. TODO: Add a better way of polling for startup. A programmatic way of determining whether a node is up is to check whether it's ``webAddress`` is bound. -In terms of process management there is no prescribed method. You may start the jars by hand or perhaps use systemd and friends. If you have -deployed your nodes via `Cordformation`_ you can run them with the ``runnodes`` scripts in ``build/nodes`` of your project. This is primarily -for development and testing purposes and will start all of the nodes you have created on the same machine +In terms of process management there is no prescribed method. You may start the jars by hand or perhaps use systemd and friends. Logging ~~~~~~~