summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny <ronny@kioskkinder.com>2020-04-21 19:31:29 +0200
committerGitHub <noreply@github.com>2020-04-21 13:31:29 -0400
commit975110db2aa68581fa00e8f55eb5ff63c32ed17e (patch)
tree3e3918f4710327bdc9857aef59d8a4b4ae48f7ce
parentf9dc8354ac1401d5e5973b52ed084d0b77028546 (diff)
downloadcouchdb-975110db2aa68581fa00e8f55eb5ff63c32ed17e.tar.gz
Update README.rst (#2537)
Update the description of the behavior of the script ./dev/run. Co-authored-by: Joan Touzet <wohali@users.noreply.github.com>
-rw-r--r--README.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index aaf4e17d3..c527913b5 100644
--- a/README.rst
+++ b/README.rst
@@ -74,9 +74,11 @@ layer in front of this cluster by running ``./dev/run --with-haproxy
listening on port 5984.
For Fauxton developers fixing the admin-party does not work via the button in
-Fauxton. To fix the admin party you have to run ``./dev/run`` with the ``admin``
-flag, e.g. ``./dev/run --admin=username:password``. If you want to have an
-admin-party, just omit the flag.
+Fauxton. If you run ``./dev/run``, an admin user ``root`` with a random password
+is generated (see the output of the script). If you want to set an admin user,
+start with the admin flag, e.g. ``./dev/run --admin=username:password``. If you
+want to have an admin-party, run ``./dev/run --with-admin-party-please``. To see
+all available options, please check ``./dev/run --help``.
Contributing to CouchDB
-----------------------