This is an automated email from the ASF dual-hosted git repository. wohali pushed a commit to branch bionic in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git
commit ccbdaca747a3a4399c3a9bfb64277936430e817e Author: Joan Touzet <[email protected]> AuthorDate: Wed Aug 1 08:15:02 2018 -0400 document bionic availability --- src/install/unix.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/install/unix.rst b/src/install/unix.rst index e9034e5..4cff5cf 100644 --- a/src/install/unix.rst +++ b/src/install/unix.rst @@ -30,6 +30,7 @@ to install CouchDB is to use the convenience binary packages: * Debian 9 (stretch) * Ubuntu 14.04 (trusty) * Ubuntu 16.04 (xenial) +* Ubuntu 18.04 (bionic) The RedHat-style rpm packages and Debian-style deb pacakges will install CouchDB at ``/opt/couchdb`` and ensure CouchDB is run at system startup by the @@ -42,6 +43,10 @@ debconf tools. Further details are in the `README.Debian`_ file. .. _README.Debian: https://github.com/apache/couchdb-pkg/blob/master/debian/README.Debian +Apache CouchDB also provides packages for the SpiderMonkey 1.8.5 JavaScript +dependency, as the upstream packages for this shared library are starting to +disappear or become unreliable. + Enabling the Apache CouchDB package repository ---------------------------------------------- @@ -79,6 +84,7 @@ version: * Debian 9: ``stretch`` * Ubuntu 14.04: ``trusty`` * Ubuntu 16.04: ``xenial`` +* Ubuntu 18.04: ``bionic`` Installing the Apache CouchDB packages --------------------------------------
