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/03/17 13:18:44 UTC

[Couchdb Wiki] Update of "Installing on Gentoo" by AlexeyLoshkarev

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 AlexeyLoshkarev:
http://wiki.apache.org/couchdb/Installing_on_Gentoo

The comment on the change is:
fixes

------------------------------------------------------------------------------
  3. Add this file into layman's overlays list (/etc/layman/layman.conf):
  {{{
  overlays  : http://www.gentoo.org/proj/en/overlays/layman-global.txt  # default
-             file:///usr/local/portage/layman/couch.xml                # couchdb
+             file:///usr/portage/local/layman/couch.xml                # couchdb
  }}}
  
+ 4. Enable couchdb overlay
+ 
+ {{{
+ layman -a couchdb
+ }}}
+ 
+ 
- 4. Unmask CouchDB
+ 5. Unmask CouchDB
  
  {{{
  echo dev-db/couchdb >> /etc/portage/package.keywords
  }}}
  
- 5. Install CouchDB
+ 6. Install CouchDB
  
  {{{
  emerge couchdb