Skip to content

Commit

Permalink
Add Debian repo signing info
Browse files Browse the repository at this point in the history
  • Loading branch information
wohali committed Jul 29, 2017
1 parent a4e79a9 commit 9a841f8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/install/unix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -72,14 +72,21 @@ version:
Installing the Apache CouchDB packages
--------------------------------------

.. highlight:: sh

**RedHat/CentOS**: Run the command::

$ sudo yum -y install epel-release && yum install couchdb

**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

Expand Down

0 comments on commit 9a841f8

Please sign in to comment.