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 E732717D78 for ; Fri, 7 Nov 2014 14:46:26 +0000 (UTC) Received: (qmail 88687 invoked by uid 500); 7 Nov 2014 14:46:26 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 88538 invoked by uid 500); 7 Nov 2014 14:46:26 -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 88279 invoked by uid 99); 7 Nov 2014 14:46:26 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Nov 2014 14:46:26 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 218BD989AD2; Fri, 7 Nov 2014 14:46:26 +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 Date: Fri, 07 Nov 2014 14:46:32 -0000 Message-Id: <2f77cf840fac46048fe18e4e1bcbb644@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [08/23] couchdb-setup git commit: add note about skipping a step if the node is already setup add note about skipping a step if the node is already setup Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/ecf310a6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/ecf310a6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff/ecf310a6 Branch: refs/heads/master Commit: ecf310a69ff9fc86f76513c356b2f23e6d583c23 Parents: 404692f Author: Jan Lehnardt Authored: Fri Oct 31 17:22:06 2014 +0100 Committer: Jan Lehnardt Committed: Fri Oct 31 17:22:06 2014 +0100 ---------------------------------------------------------------------- README.md | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-setup/blob/ecf310a6/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c067d80..715d987 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ to the tab and get presented with a form that asks you to enter an admin username, admin password and optionally a bind_address and port to bind to publicly. Submit the form with the [Enable Cluster] button. +If this is a single node install that already has an admin set up, there +is no need to ask for admin credentials here. If the bind_address is != +127.0.0.1, we can skip this entirely and Fauxton can show the add_node +UI right away. + - POST to /_setup with { "action": "enable_cluster",