You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/05/04 16:23:46 UTC

[couchdb] branch nouveau-docs created (now feebb956e)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch nouveau-docs
in repository https://gitbox.apache.org/repos/asf/couchdb.git


      at feebb956e mention flag and new dependencies

This branch includes the following new commits:

     new feebb956e mention flag and new dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[couchdb] 01/01: mention flag and new dependencies

Posted by rn...@apache.org.
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 <rn...@apache.org>
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.