Updated documentation regarding the running of nodes on Windows to reflect the new runnodes.bat file.

This commit is contained in:
Clinton Alexander 2016-11-17 18:25:49 +00:00
parent b469cd5382
commit 92a2ffedd2
5 changed files with 9 additions and 8 deletions

View File

@ -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 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 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 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 Other cordapps can also be specified if they are already specified as classpath or compile dependencies in your
``build.gradle``. ``build.gradle``.

View File

@ -69,5 +69,5 @@ Run via CLI::
1. Navigate to the `cordapp-samples` directory in your shell 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) 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`. 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 4. Browse to http://localhost:10005/web/simmvaluationdemo

View File

@ -44,8 +44,8 @@ Unix:
Windows: Windows:
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each. cd build/nodes
This will be updated soon. ruunnodes.bat
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp. This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.

View File

@ -39,8 +39,8 @@ Unix:
Windows: Windows:
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each. cd build/nodes
This will be updated soon. ruunnodes.bat
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp. This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.

View File

@ -54,8 +54,8 @@ Unix:
Windows: Windows:
Windows users currently have to manually enter each directory in `build/nodes` and run `java -jar corda.jar` in each. cd build/nodes
This will be updated soon. ruunnodes.bat
This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp. This will now have nodes running on your machine running this Cordapp. You can now begin developing your Cordapp.