Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DABB918822 for ; Mon, 18 May 2015 23:45:27 +0000 (UTC) Received: (qmail 81181 invoked by uid 500); 18 May 2015 23:45:27 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 81130 invoked by uid 500); 18 May 2015 23:45:27 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 81115 invoked by uid 99); 18 May 2015 23:45:27 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 May 2015 23:45:27 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 95E1EE0A05; Mon, 18 May 2015 23:45:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: robertkowalski@apache.org To: commits@couchdb.apache.org Date: Mon, 18 May 2015 23:45:28 -0000 Message-Id: <7a1eaf42f24849a7a8ecd15d48bd7372@git.apache.org> In-Reply-To: <174abf5937c24d5ca58dc796dd3d1270@git.apache.org> References: <174abf5937c24d5ca58dc796dd3d1270@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] couchdb-www git commit: mention haproxy config 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 Authored: Tue May 5 20:17:13 2015 +0200 Committer: Robert Kowalski 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.

-

See the CouchDB Install file and the Fauxton Readme for more detailed instrucitons on how to get the prerequisits set up. +

See the CouchDB Install file and the Fauxton Readme for more detailed instrucitons on how to get the prerequisits set up.

-

With this all in place, run the following commands: +

With this all in place, run the following commands:

   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
-
+

+ +

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.

-

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. +

We provide a haproxy config for the three cluster nodes, run: +

+  haproxy -f rel/haproxy.cfg
+
+

+

+ to listen on port 5984 and proxy to the nodes. You will have the CouchDB API available at port 5984 again. +

-

To get started, visit Fauxton, the new web UI at http://127.0.0.1:15984/_utils +

To get started, visit Fauxton, the new web UI at http://127.0.0.1:5984/_utils