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/04/15 14:25:30 UTC

[Couchdb Wiki] Update of "Installing on RHEL5" by ChristianPesch

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

The comment on the change is:
fixed path for config file, added chown for /usr/local/var/run/couchdb

------------------------------------------------------------------------------
  3. Edit config file to suit
  
  {{{
- vi /usr/local/etc/couchdb/couch.ini
+ vi /usr/local/etc/couchdb/local.ini
  }}}
  
  4. Create users, chown directories
@@ -27, +27 @@

  adduser -r -d /usr/local/var/lib/couchdb couchdb
  chown -R couchdb /usr/local/var/lib/couchdb
  chown -R couchdb /usr/local/var/log/couchdb
+ chown -R couchdb /usr/local/var/run/couchdb
  }}}
  
  5. Launch! In console: