slackbuilds_ponce/development/couchdb
David Spencer 198372747e development/couchdb: Updated for version 1.5.0.
Previous version 1.2.0 did not build, possibly due to new version of erlang-otp.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-11-28 00:13:04 -06:00
..
couchdb.info development/couchdb: Updated for version 1.5.0. 2013-11-28 00:13:04 -06:00
couchdb.SlackBuild development/couchdb: Updated for version 1.5.0. 2013-11-28 00:13:04 -06:00
doinst.sh development/couchdb: Added to 13.0 repository 2010-05-13 00:57:51 +02:00
README development/couchdb: Fixed dep info 2012-08-24 17:47:41 -05:00
README.SLACKWARE development/couchdb: Added to 13.0 repository 2010-05-13 00:57:51 +02:00
slack-desc various: Fix slack-desc formatting and comment nit picks. 2013-11-22 02:29:22 -05:00

Apache CouchDB is a RESTFul document-oriented database.
 
Apache CouchDB is a document-oriented database that can be queried 
and indexed in a MapReduce fashion using JavaScript.  CouchDB also 
offers incremental replication with bi-directional conflict detection
and resolution.  CouchDB provides a RESTful JSON API.

You must have a "couchdb" user and group before running this script;
something like this should suffice:
  # groupadd -g 231 couchdb
  # useradd -u 231 -g couchdb -d /var/lib/couchdb -s /bin/sh couchdb

See README.SLACKWARE for further configuration information.