summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2014-11-07 17:58:41 +0100
committerJan Lehnardt <jan@apache.org>2014-11-07 17:58:41 +0100
commit0a676fcdfeee06a03a0bfed7383b5e38384f59cc (patch)
tree4d12d706e3c120b577ee97fe1a12c78038aeaa7a
parent7528f5bdfc6fc03a97ccc8d3e20c6b7f409ab923 (diff)
downloadcouchdb-0a676fcdfeee06a03a0bfed7383b5e38384f59cc.tar.gz
add testing instructions to readme
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4e4e01bcf..4929dc2a4 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,23 @@
This module implements /_cluster_setup and manages the setting up, duh, of a CouchDB cluster.
+### Testing
+
+```
+git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
+cd couchdb
+git checkout setup
+./configure
+make
+
+# in dev/run comment out the line `connect_nodes("127.0.0.1", 15984)`
+
+dev/run --admin a:b
+
+# in a new terminal
+src/setup/test/t.sh
+
+```
+
The Plan:
N. End User Action