You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/05/05 10:21:58 UTC

[couchdb-documentation] branch 3.1.0-focal updated: Update install instructions for focal

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

wohali pushed a commit to branch 3.1.0-focal
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/3.1.0-focal by this push:
     new 8f1559d  Update install instructions for focal
8f1559d is described below

commit 8f1559dd1fc3d0b3829b94da777f4f5fbcfdc3c8
Author: Joan Touzet <wo...@apache.org>
AuthorDate: Tue May 5 03:21:44 2020 -0700

    Update install instructions for focal
---
 src/install/unix.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index 4689041..b4a6654 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -35,6 +35,7 @@ to install CouchDB is to use the convenience binary packages:
 * Debian 10 (buster)
 * Ubuntu 16.04 (xenial)
 * Ubuntu 18.04 (bionic)
+* Ubuntu 20.04 (focal)
 
 These RedHat-style rpm packages and Debian-style deb packages will install CouchDB at
 ``/opt/couchdb`` and ensure CouchDB is run at system startup by the appropriate init
@@ -80,6 +81,12 @@ Enabling the Apache CouchDB package repository
     $ echo "deb https://apache.bintray.com/couchdb-deb bionic main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
+**Ubuntu 20.04 (Focal)**: Run the following commands::
+
+    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
+    $ echo "deb https://apache.bintray.com/couchdb-deb focal main" \
+        | sudo tee -a /etc/apt/sources.list.d/couchdb.list
+
 .. highlight:: ini
 
 **CentOS**: Place the following text into ``/etc/yum.repos.d/bintray-apache-couchdb-rpm.repo``::