You're viewing old version number 3. - Current version

CouchDB

http://couchdb.apache.org

Installed CouchDB on Oct 10, 2014.

apt-get install couchdb

It installed version 1.0.1.

Version 1.6.1 is available.


https://launchpad.net/~couchdb/+archive/ubuntu/stable

  1. install the ppa-finding tool
  2. for 12.04 release
    sudo apt-get install python-software-properties -y
  1. for 14.04 release
    sudo apt-get install software-properties-common -y
  2. add the ppa
    sudo add-apt-repository ppa:couchdb/stable -y
  3. update cached list of packages
    sudo apt-get update -y
  4. remove any existing couchdb binaries
    sudo apt-get remove couchdb couchdb-bin couchdb-common -yf
  5. see my shiny goodness - note the version number displayed and ensure its what you expect
    sudo apt-get -f install
    sudo apt-get install -V couchdb
  1. manage via upstart
    sudo stop couchdb
    couchdb stop/waiting
  1. update /etc/couchdb/local.ini with 'bind_address=0.0.0.0' as needed
    sudo start couchdb
    couchdb start/running, process 17422

#database - #nosql - #json

From JR's : articles
118 words - 951 chars
created on
updated on - #
source - versions

Related articles
CouchDB - Aug 24, 2017



A     A     A     A     A

© 2013-2017 JotHut - Online notebook

current date: May 5, 2024 - 8:04 p.m. EDT