This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch nouveau-docs in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit feebb956ec69f430c9e727cfcee5d03adc00ea61 Author: Robert Newson <[email protected]> AuthorDate: Thu May 4 17:23:31 2023 +0100 mention flag and new dependencies --- src/docs/src/install/nouveau.rst | 10 ++++++++++ src/docs/src/install/unix.rst | 2 ++ 2 files changed, 12 insertions(+) diff --git a/src/docs/src/install/nouveau.rst b/src/docs/src/install/nouveau.rst index ca39c9f09..014e8249c 100644 --- a/src/docs/src/install/nouveau.rst +++ b/src/docs/src/install/nouveau.rst @@ -27,6 +27,16 @@ the loopback network. Nouveau server is runtime-compatible with Java 11 or higher. +Enable Nouveau +============== + +You need to enable nouveau in CouchDB configuration; + + .. code-block:: ini + + [nouveau] + enable = true + Installation of Binary Packages =============================== diff --git a/src/docs/src/install/unix.rst b/src/docs/src/install/unix.rst index a8728fecd..b11abd2af 100644 --- a/src/docs/src/install/unix.rst +++ b/src/docs/src/install/unix.rst @@ -152,6 +152,8 @@ You should have the following installed: * `help2man <http://www.gnu.org/s/help2man/>`_ * `Python (>=3.6) for docs and tests <http://python.org/>`_ * `Python Sphinx (>=1.1.3) <http://pypi.python.org/pypi/Sphinx>`_ +* Java (required for `nouveau`) +* Apache Maven (required for `nouveau`) You will only need libcurl if you plan to run the JavaScript test suite. And help2man is only need if you plan on installing the CouchDB man pages.
