Skip to content

Commit

Permalink
Revert "Remove installation via snap package (#4826)" (#4937)
Browse files Browse the repository at this point in the history
This reverts commit e9d703c.
  • Loading branch information
big-r81 committed Jan 3, 2024
1 parent fb6e209 commit 7cff2e6
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/docs/src/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Installation
mac
freebsd
docker
snap
kubernetes
search
nouveau
Expand Down
47 changes: 47 additions & 0 deletions src/docs/src/install/snap.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.. Licensed under the Apache License, Version 2.0 (the "License"); you may not
.. use this file except in compliance with the License. You may obtain a copy of
.. the License at
..
.. http://www.apache.org/licenses/LICENSE-2.0
..
.. Unless required by applicable law or agreed to in writing, software
.. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
.. WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
.. License for the specific language governing permissions and limitations under
.. the License.
.. _install/snap:

=====================
Installation via Snap
=====================

.. highlight:: sh

Apache CouchDB provides 'convenience binary' Snap builds through the
Ubuntu snapcraft repository under the name ``couchdb``. Only snaps built
from official stable CouchDB releases (``2.0``, ``2.1``, etc.) are available
through this channel. There are separate snap channels for each major
release stream, e.g. ``2.x``, ``3.x``, as well as a ``latest`` stream.

After `installing snapd`_, the CouchDB snap can be installed via::

$ sudo snap install couchdb

CouchDB will be installed at ``/snap/couchdb``. Data will be stored at
``/var/snap/couchdb/``.

Please note that all other file system paths are **relative to the snap
`chroot`** instead of the system root. In addition, the exact path
depends on your system. For example, when you normally want to
reference `/opt/couchdb/etc/local.ini`, under snap, this could live at
`/snap/couchdb/5/opt/couchdb/etc/local.ini`.

**Your installation is not complete. Be sure to complete the**
:ref:`Setup <setup>` **steps for a single node or clustered installation.**

Further details on the snap build process are available in our
`couchdb-pkg git repository`_.

.. _installing snapd: https://snapcraft.io/docs/core/install
.. _couchdb-pkg git repository: https://github.com/apache/couchdb-pkg

0 comments on commit 7cff2e6

Please sign in to comment.