mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
docs: bolierplate for prod node setup & mgmt section
This commit is contained in:
parent
b3689ea0c9
commit
2cd796349c
@ -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`
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user