debian: fix typo
1 file changed
tree: 1b1e449fe4a685bcf75e1b5b9198502682c99e61
  1. .github/
  2. debian/
  3. lintian-profiles/
  4. repo/
  5. rpm/
  6. snap/
  7. .gitignore
  8. LICENSE
  9. make-releases.sh
  10. Makefile
  11. README.md
README.md

CouchDB Packaging support files

Quickstart:

$ cd .. && git clone https://github.com/apache/couchdb
$ cd couchdb-pkg && make build-couch $(lsb_release -cs) PLATFORM=$(lsb_release -cs)

Building packages for a release

Prerequisites

  1. Linux running Docker
  2. The current user must be capable of running docker run.
  3. Enough free disk space to download all of the Docker images + build CouchDB.

Running the package build

You can either build packages from a local CouchDB dist tarball (the output of make dist), or from a URL of a published CouchDB dist tarball (such as the ones on https://couchdb.apache.org/). The package's version number will be derived from the filename of the CouchDB dist tarball.

Run:

$ ./make-packages path/to/apache-couchdb-VERSION.tar.gz

or

$ ./make-packages http://url/to/apache-couchdb-VERSION.tar.gz

Packages will be placed in the pkgs/ subdirectory.

Building snaps

Prerequisites

  1. Ubuntu 16.04
  2. sudo apt install snapd snapcraft

How to do it

  1. Edit snap/snapcraft.yaml to point to the correct tag (e.g. 2.1.0)
  2. snapcraft

Feedback, Issues, Contributing

General feedback is welcome at our user or developer mailing lists.

Apache CouchDB has a CONTRIBUTING file with details on how to get started with issue reporting or contributing to the upkeep of this project.