mirror of
https://github.com/corda/corda.git
synced 2025-01-12 07:52:38 +00:00
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:
parent
f23f2ee696
commit
83a0988517
@ -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.".
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user