summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/docs/src/install/nouveau.rst10
-rw-r--r--src/docs/src/install/unix.rst2
2 files changed, 12 insertions, 0 deletions
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..3533b424a 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`, minimum version 11, recommended version 19)
+* Apache Maven (required for `nouveau`, 3.x)
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.