From b1c5de1112c5c0cf9fdcc430e44baf521ca1c661 Mon Sep 17 00:00:00 2001 From: Gary Rowe Date: Mon, 6 Feb 2017 16:22:15 +0000 Subject: [PATCH 1/2] Fix the port numbers in the documentation to match actual values --- docs/build/html/node-explorer.html | 10 +++++----- docs/source/node-explorer.rst | 8 ++++---- tools/explorer/README.md | 10 +++++----- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/build/html/node-explorer.html b/docs/build/html/node-explorer.html index d3506146a9..95fc4d41cc 100644 --- a/docs/build/html/node-explorer.html +++ b/docs/build/html/node-explorer.html @@ -288,11 +288,11 @@ Participant nodes will randomly generate spends (eg. move cash to other nodes, i

Note

5 Corda nodes will be created on the following port on localhost by default.

Explorer login credentials to the Issuer nodes are defaulted to manager and test. diff --git a/docs/source/node-explorer.rst b/docs/source/node-explorer.rst index 53c1fee715..293d90987c 100644 --- a/docs/source/node-explorer.rst +++ b/docs/source/node-explorer.rst @@ -63,11 +63,11 @@ The Demo Nodes can be started in one of two modes: .. note:: 5 Corda nodes will be created on the following port on localhost by default. - * Notary -> 20002 - * Alice -> 20004 - * Bob -> 20006 + * Notary -> 20001 + * Alice -> 20003 + * Bob -> 20005 * UK Bank Plc -> 20008 (*Issuer node*) - * USA Bank Corp -> 20010 (*Issuer node*) + * USA Bank Corp -> 20009 (*Issuer node*) Explorer login credentials to the Issuer nodes are defaulted to ``manager`` and ``test``. Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``. diff --git a/tools/explorer/README.md b/tools/explorer/README.md index 6c769ed181..dfd952c4e6 100644 --- a/tools/explorer/README.md +++ b/tools/explorer/README.md @@ -34,11 +34,11 @@ The Participant nodes are only able to spend cash (eg. move cash). **These Corda nodes will be created on the following port on localhost.** - Notary -> 20002 - Alice -> 20004 - Bob -> 20006 - UK Bank Plc -> 20008 - USA Bank Corp -> 20010 + * Notary -> 20001 + * Alice -> 20003 + * Bob -> 20005 + * UK Bank Plc -> 20008 (*Issuer node*) + * USA Bank Corp -> 20009 (*Issuer node*) Explorer login credentials to the Issuer nodes are 'manager'/'test'. Explorer login credentials to the Participants nodes are 'user1'/'test'. From e5d1b26a972308aca170016ef89e58623d17874e Mon Sep 17 00:00:00 2001 From: Gary Rowe Date: Mon, 6 Feb 2017 16:23:11 +0000 Subject: [PATCH 2/2] Fix the port numbers in the documentation to match actual values (build) --- docs/build/html/_sources/node-explorer.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/build/html/_sources/node-explorer.txt b/docs/build/html/_sources/node-explorer.txt index 53c1fee715..293d90987c 100644 --- a/docs/build/html/_sources/node-explorer.txt +++ b/docs/build/html/_sources/node-explorer.txt @@ -63,11 +63,11 @@ The Demo Nodes can be started in one of two modes: .. note:: 5 Corda nodes will be created on the following port on localhost by default. - * Notary -> 20002 - * Alice -> 20004 - * Bob -> 20006 + * Notary -> 20001 + * Alice -> 20003 + * Bob -> 20005 * UK Bank Plc -> 20008 (*Issuer node*) - * USA Bank Corp -> 20010 (*Issuer node*) + * USA Bank Corp -> 20009 (*Issuer node*) Explorer login credentials to the Issuer nodes are defaulted to ``manager`` and ``test``. Explorer login credentials to the Participants nodes are defaulted to ``user1`` and ``test``.