Skip to content

Commit 79ba526

Browse files
author
Brett Hazen
committed
Changed reference from a cluster to a node
1 parent f3d5988 commit 79ba526

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ py27-setuptools`` for OS X and MacPorts.
3232
Testing
3333
=======
3434

35-
To setup the default test configuration build a test Riak cluster (from
35+
To setup the default test configuration build a test Riak node (from
3636
a ``riak`` directory)::
3737

3838
make rel
@@ -48,7 +48,7 @@ variable to the root of your Riak installation. Then from the
4848
cd buildbot
4949
make preconfigure
5050

51-
Start your Riak cluster with ``riak start`` from the the Riak directory,
51+
Start your Riak node with ``riak start`` from the the Riak directory,
5252
then back in ``buildbot`` type::
5353

5454
make configure
@@ -61,7 +61,7 @@ Testing Options
6161
---------------
6262

6363
If you wish to change the default options you can run the setup by hand.
64-
First configure the test cluster by adjusting the ``riak.conf``
64+
First configure the test node by adjusting the ``riak.conf``
6565
settings, where ``RIAK_DIR`` is the path to the top your
6666
Riak installation::
6767

@@ -84,7 +84,7 @@ You may alternately add these lines to ``setup.cfg``::
8484
http-port=8098
8585
https-port=8099
8686

87-
Next start the test cluster. Once it is running, a test configuration is
87+
Next start the test node. Once it is running, a test configuration is
8888
installed which includes security test users and bucket types::
8989

9090
python setup.py configure --riak-admin=$RIAK_DIR/bin/riak-admin

0 commit comments

Comments
 (0)