Renamed docs/source/servers docs/source/nodes

This commit is contained in:
troymc 2016-06-10 15:15:21 +02:00
parent a2be98e763
commit 95bb499c03
12 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This section explains one way to deploy a multi-node RethinkDB cluster on one ma
## Launching More RethinkDB Nodes
Assuming you've already [installed RethinkDB](../servers/installing-server.html#install-and-run-rethinkdb-server) and have one RethinkDB node running, here's how you can launch two more nodes on the same machine. First, prepare two additional nodes. Note that the user who starts RethinkDB must have write access to the created directories:
Assuming you've already [installed RethinkDB](../nodes/installing-server.html#install-and-run-rethinkdb-server) and have one RethinkDB node running, here's how you can launch two more nodes on the same machine. First, prepare two additional nodes. Note that the user who starts RethinkDB must have write access to the created directories:
mkdir -p /path/to/node2
mkdir -p /path/to/node3

View File

@ -12,7 +12,7 @@ Table of Contents
introduction
topic-guides/index
servers/index
nodes/index
drivers-clients/index
release-notes
appendices/index