DOCS - Miner change to mention notary node dosen't need web server, and also change the total terminal windows number from 8 to 5 (#3012)

* There is a duplication of the kotlin introduce part, which is the same as the description of the "Note" section right below. So remove this duplicated part but keep the "Note".

* A miner change about the build node folder structure, first is Notary node doesn't need one web server, second is in V3.0, there are 5 windows totally but not 8.

* Miner updates for the format of changes, as instructed by Joel on https://github.com/corda/corda/pull/3012
This commit is contained in:
Jiachuan Li 2018-07-31 22:36:25 +08:00 committed by Katelyn Baker
parent f23f2ee696
commit 83a0988517

View File

@ -70,7 +70,7 @@ the three node folders. Each node folder has the following structure:
.
|____corda.jar // The runnable node
|____corda-webserver.jar // The node's webserver
|____corda-webserver.jar // The node's webserver (The notary doesn't need a web server)
|____node.conf // The node's configuration file
|____cordapps
|____java/kotlin-source-0.1.jar // Our IOU CorDapp
@ -85,7 +85,7 @@ Let's start the nodes by running the following commands from the root of the pro
// On Mac
build/nodes/runnodes
This will start a terminal window for each node, and an additional terminal window for each node's webserver - eight
This will start a terminal window for each node, and an additional terminal window for each node's webserver - five
terminal windows in all. Give each node a moment to start - you'll know it's ready when its terminal windows displays
the message, "Welcome to the Corda interactive shell.".