mention haproxy config makes it easier to use the cluster
additionally fix closing p-tags Project: http://git-wip-us.apache.org/repos/asf/couchdb-www/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-www/commit/fe7e1563 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-www/tree/fe7e1563 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-www/diff/fe7e1563 Branch: refs/heads/asf-site Commit: fe7e15631c3eefb7bcb3be7487e80d999469d15e Parents: f750d15 Author: Robert Kowalski <[email protected]> Authored: Tue May 5 20:17:13 2015 +0200 Committer: Robert Kowalski <[email protected]> Committed: Tue May 19 01:43:37 2015 +0200 ---------------------------------------------------------------------- developer-preview/2.0/index.html | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-www/blob/fe7e1563/developer-preview/2.0/index.html ---------------------------------------------------------------------- diff --git a/developer-preview/2.0/index.html b/developer-preview/2.0/index.html index 6c73fde..62fd480 100644 --- a/developer-preview/2.0/index.html +++ b/developer-preview/2.0/index.html @@ -113,9 +113,9 @@ This fabulous linen texture was integrated into the site design. </ul> </p> - <p> See the <a href="https://github.com/apache/couchdb/blob/master/INSTALL.Unix">CouchDB Install file</a> and the <a href="https://github.com/apache/couchdb-fauxton/blob/master/readme.md">Fauxton Readme</a> for more detailed instrucitons on how to get the prerequisits set up. + <p> See the <a href="https://github.com/apache/couchdb/blob/master/INSTALL.Unix">CouchDB Install file</a> and the <a href="https://github.com/apache/couchdb-fauxton/blob/master/readme.md">Fauxton Readme</a> for more detailed instrucitons on how to get the prerequisits set up.</p> - <p> With this all in place, run the following commands: + <p> With this all in place, run the following commands:</p> <code><pre> git clone https://git-wip-us.apache.org/repos/asf/couchdb.git @@ -125,11 +125,20 @@ This fabulous linen texture was integrated into the site design. ./configure make dev/run -</pre></code> +</pre></code></p> + + <p> The last command starts a three node cluster on the ports 15984, 25984 and 35984. They represent the endpoints in a three node cluster and you can connect to either one of them to access the full cluster.</p> - <p> The last command starts a three node cluster on the ports 15984, 25984 and 35984. They represent the endpoints in a three node cluster and you can connect to either one of them to access the full cluster. + <p>We provide a haproxy config for the three cluster nodes, run: +<code><pre> + haproxy -f rel/haproxy.cfg +</pre></code> + </p> + <p> + to listen on port 5984 and proxy to the nodes. You will have the CouchDB API available at port 5984 again. + </p> - <p> To get started, visit Fauxton, the new web UI at <a href="http://127.0.0.1:15984/_utils">http://127.0.0.1:15984/_utils</a> + <p> To get started, visit Fauxton, the new web UI at <a href="http://127.0.0.1:15984/_utils">http://127.0.0.1:5984/_utils</a></p> </div>
