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 2011/08/25 11:05:17 UTC

[Couchdb Wiki] Update of "Installing_on_Gentoo" by StefanSydow

Dear Wiki user,

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

The "Installing_on_Gentoo" page has been changed by StefanSydow:
http://wiki.apache.org/couchdb/Installing_on_Gentoo?action=diff&rev1=8&rev2=9

Comment:
couchdb 1.0.2 is stable in gentoo

  The simplest way is to use an the ebuild and install via portage (emerge).  This takes care of dependencies, creating the couchdb user, basically everything you need to get up and running.
  
  {{{
+ sudo emerge -av couchdb # will ask you before it actually installs
- echo dev-db/couchdb >> /etc/portage/package.keywords # couchdb is not in stable yet
- emerge -pv couchdb # check what will be emerged, use flags, etc.
- sudo emerge couchdb # actually install
  }}}