couchdb1.6.1

PPA description

couchdb1.6.1

```shell
# install the ppa-finding tool
# for 12.04 release
sudo apt-get install python-software-properties -y
# for 14.04 release
sudo apt-get install software-properties-common -y
# add the ppa
sudo add-apt-repository ppa:couchdb/stable -y
# update cached list of packages
sudo apt-get update -y
# remove any existing couchdb binaries
sudo apt-get remove couchdb couchdb-bin couchdb-common -yf
# see my shiny goodness - note the version number displayed and ensure its what you expect
sudo apt-get install -V couchdb
  Reading package lists...
  Done Building dependency tree
  Reading state information...
  Done
  The following extra packages will be installed:
  couchdb-bin (x.y.z0-0ubuntu2) couchdb-common (x.y.z-0ubuntu2) couchdb (x.y.z-0ubuntu2)
 … Y …

# manage via upstart
sudo stop couchdb
  couchdb stop/waiting
# update /etc/couchdb/local.ini with 'bind_address=0.0.0.0' as needed
sudo start couchdb
  couchdb start/running, process 3541
```

You can of course modify or duplicate the /etc/init/couchdb.conf script, to support running multiple couchdb instances or users on the same box.

Adding this PPA to your system

You can update your system with unsupported packages from this untrusted PPA by adding ppa:carpogoryanin/couchdb1.6.1 to your system's Software Sources. (Read about installing)

sudo add-apt-repository ppa:carpogoryanin/couchdb1.6.1
sudo apt update
        
Technical details about this PPA

This PPA can be added to your system manually by copying the lines below and adding them to your system's software sources.

Display sources.list entries for:
deb https://ppa.launchpadcontent.net/carpogoryanin/couchdb1.6.1/ubuntu YOUR_UBUNTU_VERSION_HERE main 
deb-src https://ppa.launchpadcontent.net/carpogoryanin/couchdb1.6.1/ubuntu YOUR_UBUNTU_VERSION_HERE main 
Signing key:
4096R/9E07B1478F65463C9F07EB6FA47DF9EF65983CE4 (What is this?)
Fingerprint:
9E07B1478F65463C9F07EB6FA47DF9EF65983CE4

For questions and bugs with software in this PPA please contact carpogoryanin.

PPA statistics

Activity
0 updates added during the past month.
View package details

Overview of published packages

13 of 3 results
Package Version Uploaded by
apache-couchdb 1.6.1-0ubuntu3 Dave Cottlehuber ()
apache-couchdb 1.6.1-0ubuntu2 Dave Cottlehuber ()
apache-couchdb 1.6.1-0ubuntu1 Dave Cottlehuber ()
13 of 3 results

Latest updates

  • apache-couchdb 495 weeks ago
    Successfully built
  • apache-couchdb 495 weeks ago
    Successfully built
  • apache-couchdb 495 weeks ago
    Successfully built