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 konrad:
http://wiki.apache.org/couchdb/Installing_on_OpenBSD
The comment on the change is:
Added more options for the installation
------------------------------------------------------------------------------
+ == Using the port system ==
+
+ Use the official precompiled package
+
+ {{{
+ $ sudo pkg_add apache-couchdb
+ }}}
+
+ or compile it yourself using the port:
+
+ {{{
+ $ cd /usr/ports/databases/apache-couchdb/
+ $ sudo make install
+ }}}
+
+ == Alternatives (not needed anymore due to port) ==
+
This worked for me on a brand new install of [http://www.openbsd.org/ OpenBSD 4.4]
{{{
|