diff options
author | Ulas Kozat <ulas.kozat@gmail.com> | 2017-03-30 13:14:56 -0700 |
---|---|---|
committer | Ulas Kozat <ulas.kozat@huawei.com> | 2017-03-30 20:29:06 +0000 |
commit | 3f6aab6fb3c9bfc07c317d1b4949dfa938eddc16 (patch) | |
tree | bb360b36c5d221c2aab073b131f8fedd9066afd0 /docs/release/installation | |
parent | 6c80ac7ca497424ec867c86e43159b3e7f5800c0 (diff) |
Remove numbering in docs
Change-Id: I76c8a089e84b8362cefa752c9abc20d4b0298805
Signed-off-by: Ulas Kozat <ulas.kozat@gmail.com>
(cherry picked from commit 64b4f3e3ca659762ebb9453d1128b61ef311f27a)
Diffstat (limited to 'docs/release/installation')
-rw-r--r-- | docs/release/installation/index.rst | 1 | ||||
-rw-r--r-- | docs/release/installation/installation.instructions.rst | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/release/installation/index.rst b/docs/release/installation/index.rst index db9f506..fb56076 100644 --- a/docs/release/installation/index.rst +++ b/docs/release/installation/index.rst @@ -10,6 +10,5 @@ Domino Installation Instruction .. toctree:: :maxdepth: 2 - :numbered: installation.instructions.rst 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. |