slackbuilds_ponce/development/couchdb
dsomero d0c108251a various: Update find command to match template.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2013-11-22 02:37:19 -05:00
..
couchdb.info development/couchdb: Fixed download link. 2013-11-09 20:15:30 +01:00
couchdb.SlackBuild various: Update find command to match template. 2013-11-22 02:37:19 -05:00
doinst.sh
README
README.SLACKWARE
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.