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 2010/05/22 14:38:14 UTC

[Couchdb Wiki] Update of "Installing_on_FreeBSD" by alexis_m

Dear Wiki user,

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

The "Installing_on_FreeBSD" page has been changed by alexis_m.
The comment on this change is: update to couchdb 0.10.11 (the port version).
http://wiki.apache.org/couchdb/Installing_on_FreeBSD?action=diff&rev1=16&rev2=17

--------------------------------------------------

  cd /usr/ports/databases/couchdb
  make install clean
  }}}
- This will install CouchDB 0.9.0 from the ports collection.
+ This will install CouchDB 0.10.11 from the ports collection.
  
  == Post install ==
  In case the install script fails to install a noninteractive user "couchdb" to be used for the database, the user needs to be created manually:
@@ -60, +60 @@

  
  {{{
  shell# chown couchdb:couchdb /var/log/couchdb
+ shell# chown couchdb:couchdb /usr/local/lib/couchdb/erlang/lib/couch-0.10.1/priv/lib
  }}}
  command to have the couchdb process own the directory which allows it to write couch.log there. The other directories are "root:wheel" or "root:network". And I expected "/usr/local/var.." as location.