diff options
-rw-r--r-- | docs/installationprocedure/installation.instructions.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/installationprocedure/installation.instructions.rst b/docs/installationprocedure/installation.instructions.rst index a4a5b60..58f0000 100644 --- a/docs/installationprocedure/installation.instructions.rst +++ b/docs/installationprocedure/installation.instructions.rst @@ -52,4 +52,6 @@ Installation Steps (Multiple Node) Repeat the installation steps for single node on each of the nodes. The script run_multinode.sh under ./domino/tests directory deploys the Domino Code on three -hosts from a deployment node and tests RPC calls. +hosts from a deployment node and tests RPC calls. The private key location and +remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED=false +must be changed to IS_IPandKEY_CONFIGURED=true. |