docs: bolierplate for prod node setup & mgmt section

This commit is contained in:
troymc 2016-08-08 18:28:31 +02:00
parent b3689ea0c9
commit 2cd796349c
2 changed files with 4 additions and 2 deletions

View File

@ -19,8 +19,9 @@ The federation must decide some things before setting up the initial cluster (in
2. What will the replication factor be? (It must be 3 or more for [RethinkDB failover](https://rethinkdb.com/docs/failover/) to work.)
3. Which node will be responsible for sending the commands to configure the RethinkDB database?
Once those things have been decided, each node operator can begin setting up their BigchainDB node.
The steps to set up a cluster node are outlined in the section titled [Set Up and Run a Node](../dev-and-test/setup-run-node.html). Each node operator will eventually need two pieces of information from all other nodes in the federation:
Once those things have been decided, each node operator can begin [setting up their BigchainDB (production) node](../prod-node-setup-mgmt/index.html).
Each node operator will eventually need two pieces of information from all other nodes in the federation:
1. Their RethinkDB hostname, e.g. `rdb.farm2.organization.org`
2. Their BigchainDB public key, e.g. `Eky3nkbxDTMgkmiJC8i5hKyVFiAQNmPP4a2G4JdDxJCK`

View File

@ -12,6 +12,7 @@ Table of Contents
node-cluster-fed
nodes/index
dev-and-test/index
prod-node-setup-mgmt/index
server-reference/index
drivers-clients/index
clusters-feds/index