Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0F412200B6B for ; Fri, 9 Sep 2016 22:26:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 0DDB6160AC2; Fri, 9 Sep 2016 20:26:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7C95E160AA3 for ; Fri, 9 Sep 2016 22:26:32 +0200 (CEST) Received: (qmail 28163 invoked by uid 500); 9 Sep 2016 20:26:31 -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 28154 invoked by uid 99); 9 Sep 2016 20:26:31 -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; Fri, 09 Sep 2016 20:26:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 91E45DFC7E; Fri, 9 Sep 2016 20:26:31 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jan@apache.org To: commits@couchdb.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: documentation commit: updated refs/heads/master to a7b3d28 Date: Fri, 9 Sep 2016 20:26:31 +0000 (UTC) archived-at: Fri, 09 Sep 2016 20:26:33 -0000 Repository: couchdb-documentation Updated Branches: refs/heads/master 939753757 -> a7b3d28d1 fix formatter Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/a7b3d28d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/a7b3d28d Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/a7b3d28d Branch: refs/heads/master Commit: a7b3d28d1e8c67deb58021437440a43e19e1f0cb Parents: 9397537 Author: Jan Lehnardt Authored: Fri Sep 9 22:26:16 2016 +0200 Committer: Jan Lehnardt Committed: Fri Sep 9 22:26:22 2016 +0200 ---------------------------------------------------------------------- src/cluster/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/a7b3d28d/src/cluster/setup.rst ---------------------------------------------------------------------- diff --git a/src/cluster/setup.rst b/src/cluster/setup.rst index efe0671..ffd9124 100644 --- a/src/cluster/setup.rst +++ b/src/cluster/setup.rst @@ -166,7 +166,7 @@ Before you can add nodes to form a cluster, you have to have them listen on a public ip address and set up an admin user. Do this, once per node: -.. code-block:: shell +.. code-block:: bash curl -X PUT http://127.0.0.1:5984/_node/couchdb@/_config/admins/admin -d '"password"' curl -X PUT http://127.0.0.1:5984/_node/couchdb@/_config/chttpd/bind_address -d '"0.0.0.0"'