You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/06/18 22:15:48 UTC

[Couchdb Wiki] Update of "Installing on Ubuntu" by AlanBell

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.

The following page has been changed by AlanBell:
http://wiki.apache.org/couchdb/Installing_on_Ubuntu

------------------------------------------------------------------------------
  {{{
  aptitude install couchdb
  }}}
+ == From Source ==
+ If you want the latest version of Couchdb but everything else from the repositories then:
+   * In Synaptic select couchdb, this will also select the dependencies (erlang etc.) then unselect couchdb and apply the dependencies
+   * sudo apt-get build-dep couchdb
+   * sudo apt-get install libmozjs-dev libicu-dev libcurl4-gnutls-dev
+   * download the latest couchdb .tar.gz file
+   * tar -zxvf apache-couchdb-0.9.0.tar.gz
+   * cd apache-couchdb-0.9.0
+   * ./configure
+   * make
+   * sudo make install
  
  == External Articles ==
   * [http://barkingiguana.com/2008/06/28/installing-couchdb-080-on-ubuntu-804 Installing CouchDB 0.8.0 on Ubuntu 8.04]
+  * [http://japhr.blogspot.com/2009/03/yak-shaving-is-new-dependency-hell.html Installing Couchdb 0.9 on Ubuntu 9.04]