You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by mi...@apache.org on 2017/01/12 04:00:10 UTC

[1/2] documentation commit: updated refs/heads/master to d394b58

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master 72cc8cd2f -> d394b58b3


install/index.rst: More details on Single-Node-Setup

Stress the fact that the \u201cSingle-Node-Setup\u201d 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 <da...@gmail.com>
Authored: Thu Dec 8 12:07:54 2016 +0100
Committer: dmunch <da...@gmail.com>
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 \u201cSingle-Node-Setup\u201d, 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 \u201cSingle-Node-Setup\u201d, 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  \u201cSingle-Node-Setup\u201d 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
 


[2/2] documentation commit: updated refs/heads/master to d394b58

Posted by mi...@apache.org.
Merge pr/94


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/d394b58b
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/d394b58b
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/d394b58b

Branch: refs/heads/master
Commit: d394b58b341214c40ed260fd0940d3e45258c779
Parents: 72cc8cd f8669f6
Author: michellephung <mi...@gmail.com>
Authored: Wed Jan 11 22:58:40 2017 -0500
Committer: michellephung <mi...@gmail.com>
Committed: Wed Jan 11 22:58:40 2017 -0500

----------------------------------------------------------------------
 src/install/index.rst | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)
----------------------------------------------------------------------