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 2010/07/09 20:24:56 UTC

[Couchdb Wiki] Trivial Update of "Installing_on_Ubuntu" by afters

Dear Wiki user,

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

The "Installing_on_Ubuntu" page has been changed by afters.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=32&rev2=33

--------------------------------------------------

  {{{
  sudo apt-get install libicu-dev libcurl4-gnutls-dev libtool erlang-dev erlang
  }}}
- === Installation: ===
+ ==== Installation: ====
  {{{
  couch_v='0.11.0'
  prefix='/usr/local'
@@ -81, +81 @@

  cd apache-couchdb-${couch_v}
  ./configure --prefix=${prefix}
  make && sudo make install
+ 
  # add couchdb user:
  sudo useradd -d ${prefix}/var/lib/couchdb couchdb