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 6F6D4200C08 for ; Thu, 12 Jan 2017 05:00:12 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6DD6A160B51; Thu, 12 Jan 2017 04:00:12 +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 B8AA8160B4E for ; Thu, 12 Jan 2017 05:00:11 +0100 (CET) Received: (qmail 6504 invoked by uid 500); 12 Jan 2017 04:00:10 -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 6486 invoked by uid 99); 12 Jan 2017 04:00:10 -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; Thu, 12 Jan 2017 04:00:10 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 6617ADFA22; Thu, 12 Jan 2017 04:00:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: michellep@apache.org To: commits@couchdb.apache.org Date: Thu, 12 Jan 2017 04:00:10 -0000 Message-Id: <4663cff8daf644cea854b0e82fb51d92@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] documentation commit: updated refs/heads/master to d394b58 archived-at: Thu, 12 Jan 2017 04:00:12 -0000 Repository: couchdb-documentation Updated Branches: refs/heads/master 72cc8cd2f -> d394b58b3 install/index.rst: More details on Single-Node-Setup Stress the fact that the “Single-Node-Setup” creates the system databases for you. Add how single node setup can be done without using the wizard. Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/f8669f6e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/f8669f6e Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/f8669f6e Branch: refs/heads/master Commit: f8669f6ea0e9239b1270d4c65244aad6541549e3 Parents: 72cc8cd Author: dmunch Authored: Thu Dec 8 12:07:54 2016 +0100 Committer: dmunch Committed: Wed Jan 11 12:58:04 2017 +0100 ---------------------------------------------------------------------- src/install/index.rst | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/f8669f6e/src/install/index.rst ---------------------------------------------------------------------- diff --git a/src/install/index.rst b/src/install/index.rst index 5eb7ae9..854f82d 100644 --- a/src/install/index.rst +++ b/src/install/index.rst @@ -39,15 +39,18 @@ advantage of the new scaling and fault-tolerance features in CouchDB After installation and initial startup, visit Fauxton at ``http://127.0.0.01:5984/_utils#setup``. You will be asked to set up -CouchDB as a single-node instance or set up a cluster. - -When you click “Single-Node-Setup”, you will get asked for an admin -username and password. Choose them well and remember them. You can also +CouchDB as a single-node instance or set up a cluster. When you +click “Single-Node-Setup”, you will get asked for an admin username +and password. Choose them well and remember them. You can also bind CouchDB to a public port, so it is accessible within your LAN or -the public, if you are doing this on a public VM. - -When you run 2.0 as a single node, it doesn't create system databases -on startup. You have to do this manually: +the public, if you are doing this on a public VM. The wizard then configures +your admin username and password and creates the three system databases +_users, _replicator and _global_changes for you. + +Alternatively, if you don't want to use the “Single-Node-Setup” wizard +and run 2.0 as a single node with admin username and password already +configured make sure to create the three three system databases +manually on startup: .. code-block:: shell