diff options
Diffstat (limited to 'docs/release/installation/installation.instructions.rst')
-rw-r--r-- | docs/release/installation/installation.instructions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/release/installation/installation.instructions.rst b/docs/release/installation/installation.instructions.rst index 4e18491..c1eb6b1 100644 --- a/docs/release/installation/installation.instructions.rst +++ b/docs/release/installation/installation.instructions.rst @@ -46,5 +46,5 @@ Installation Steps (Multiple Node) Repeat the installation steps for single node on each node. The script run_multinode.sh under ./domino/tests directory deploys the Domino Code on three 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. +remote host IP addresses must be manually entered and IS_IPandKEY_CONFIGURED should +set true, i.e., IS_IPandKEY_CONFIGURED=true. |