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 2017/07/29 06:16:12 UTC

[couchdb-documentation] branch master updated: Add Debian repo signing info

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9a841f8  Add Debian repo signing info
9a841f8 is described below

commit 9a841f8363948f77c161c6897e3f0979b6795c41
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Sat Jul 29 02:15:57 2017 -0400

    Add Debian repo signing info
---
 src/install/unix.rst | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/src/install/unix.rst b/src/install/unix.rst
index 829b07e..1a1614a 100644
--- a/src/install/unix.rst
+++ b/src/install/unix.rst
@@ -60,7 +60,7 @@ Enabling the Apache CouchDB package repository
 **Debian/Ubuntu**: Run the command::
 
     $ echo "deb https://apache.bintray.com/couchdb-deb {distribution} main" \
-    | sudo tee -a /etc/apt/sources.list
+        | sudo tee -a /etc/apt/sources.list
 
 and replace ``{distribution}`` with the appropriate choice for your OS
 version:
@@ -72,6 +72,8 @@ version:
 Installing the Apache CouchDB packages
 --------------------------------------
 
+.. highlight:: sh
+
 **RedHat/CentOS**: Run the command::
 
     $ sudo yum -y install epel-release && yum install couchdb
@@ -79,7 +81,12 @@ Installing the Apache CouchDB packages
 **Be sure to complete the** :ref:`First-time Setup <install/setup>` **steps for
 a single node or clustered installation.**
 
-**Debian/Ubuntu**: Run the command::
+**Debian/Ubuntu**: First, install the repository key::
+
+    $ curl -L https://couchdb.apache.org/repo/bintray-pubkey.asc \
+        | sudo apt-key add -
+
+Then update the repository cache and install the package::
 
     $ sudo apt-get update && sudo apt-get install couchdb
 

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].