mirror of
https://github.com/corda/corda.git
synced 2025-04-07 11:27:01 +00:00
Updated documentation regarding the running of nodes on Windows to reflect the new runnodes.bat file.
This commit is contained in:
parent
b469cd5382
commit
92a2ffedd2
@ -245,7 +245,8 @@ You can create more configurations with new tasks that extend Cordform.
|
||||
New nodes can be added by simply adding another node block and giving it a different name, directory and ports. When you
|
||||
run this task it will install the nodes to the directory specified and a script will be generated (for UNIX users only
|
||||
at present) to run the nodes with one command (``runnodes``). On MacOS X this script will run each node in a new
|
||||
terminal tab, and on Linux it will open up a new XTerm for each node.
|
||||
terminal tab, and on Linux it will open up a new XTerm for each node. On Windows the (``runnodes.bat``) script will run
|
||||
one node per window.
|
||||
|
||||
Other cordapps can also be specified if they are already specified as classpath or compile dependencies in your
|
||||
``build.gradle``.
|
||||
|
@ -69,5 +69,5 @@ Run via CLI::
|
||||
1. Navigate to the `cordapp-samples` directory in your shell
|
||||
2. Run the gradle target `deployNodes` (ie; ./gradlew deployNodes for Unix or gradlew.bat on Windows)
|
||||
1. Unix: `cd simm-valuation-demo/build/nodes && ./runnodes`.
|
||||
2. Windows: Open a command line window in each subdirectory of `simm-valuation-demo/build/nodes` and run `java -jar corda.jar`
|
||||
2. Windows: `cd simm-valuation-demo/build/nodes & runnodes.bat`
|
||||
4. Browse to http://localhost:10005/web/simmvaluationdemo
|
||||
|
@ -44,8 +44,8 @@ Unix:
|
||||
|
||||
Windows:
|
||||
|
||||
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each.
|
||||
This will be updated soon.
|
||||
cd build/nodes
|
||||
ruunnodes.bat
|
||||
|
||||
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.
|
||||
|
||||
|
@ -39,8 +39,8 @@ Unix:
|
||||
|
||||
Windows:
|
||||
|
||||
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each.
|
||||
This will be updated soon.
|
||||
cd build/nodes
|
||||
ruunnodes.bat
|
||||
|
||||
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.
|
||||
|
||||
|
@ -54,8 +54,8 @@ Unix:
|
||||
|
||||
Windows:
|
||||
|
||||
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each.
|
||||
This will be updated soon.
|
||||
cd build/nodes
|
||||
ruunnodes.bat
|
||||
|
||||
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user