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 2019/08/27 16:24:27 UTC

[couchdb-documentation] branch more-better-unix created (now 0d79a02)

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

wohali pushed a change to branch more-better-unix
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git.


      at 0d79a02  Improve UNIX binary install even more

This branch includes the following new commits:

     new 0d79a02  Improve UNIX binary install even more

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-documentation] 01/01: Improve UNIX binary install even more

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 0d79a021d3f29fdde18db28b8dc5c9a2c384313e
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Aug 27 12:24:08 2019 -0400

    Improve UNIX binary install even more
---
 src/install/unix.rst | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index 381f24c..f9dce7a 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -53,23 +53,25 @@ Enabling the Apache CouchDB package repository
 
 **Debian 9 (stretch)**: Run the following commands::
 
-    $ apt install -y --no-install-recommends apt-transport-https
+    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb stretch main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
 **Debian 10 (buster)**: Run the following commands::
 
+    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb buster main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
 **Ubuntu 16.04 (Xenial)**: Run the following commands::
 
-    $ apt install -y --no-install-recommends apt-transport-https
+    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb xenial main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
 **Ubuntu 18.04 (Bionic)**: Run the following commands::
 
+    $ sudo apt-get install -y apt-transport-https gnupg ca-certificates
     $ echo "deb https://apache.bintray.com/couchdb-deb bionic main" \
         | sudo tee -a /etc/apt/sources.list.d/couchdb.list
 
@@ -109,13 +111,13 @@ Installing the Apache CouchDB packages
 
 **Debian/Ubuntu**: First, install the CouchDB repository key::
 
-    $ sudo apt install -y curl
-    $ curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc \
-        | sudo apt-key add -
+    $ apt-key adv --keyserver keyserver.ubuntu.com --recv-keys \
+      8756C4F765C9AC3CB6B85D62379CE192D401AB61
 
 Then update the repository cache and install the package::
 
-    $ sudo apt update && sudo apt install -y couchdb
+    $ sudo apt update
+    $ sudo apt install -y couchdb
 
 Debian/Ubuntu installs from binaries can be pre-configured for single node or
 clustered installations. For clusters, multiple nodes will still need to be