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/06/20 00:23:28 UTC

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

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

------------------------------------------------------------------------------
  sudo /usr/local/etc/rc.d/couchdb start
  }}}
  
+ 6. Run as daemon on start-up:
+ {{{
+ ln -s /usr/local/etc/rc.d/couchdb /etc/init.d/couchdb
+ chkconfig --add couchdb
+ }}}
+