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/01/26 22:44:22 UTC

[Couchdb Wiki] Trivial Update of "Installing on RHEL5" by BrianCandler

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

The comment on the change is:
Fix SVN URL

------------------------------------------------------------------------------
  
  2. Install couchdb
  {{{
- svn checkout http://svn.apache.org/repos/asf/incubator/couchdb/trunk couchdb
+ svn checkout http://svn.apache.org/repos/asf/couchdb/trunk couchdb
  cd couchdb
  ./bootstrap
  ./configure --with-erlang=/usr/lib64/erlang/usr/include && make && make install