summaryrefslogtreecommitdiffstats
path: root/development/couchdb/README
diff options
context:
space:
mode:
author Nicolas Steinmetz2010-05-13 00:57:51 +0200
committer Robby Workman2010-05-13 00:57:51 +0200
commit70134d23096dc55c66ea9bb088aa19200be18e99 (patch)
tree6abe8c777b7ab0a89adfce448b2ed7c7fc052eaa /development/couchdb/README
parent199a752bf47a887883f4afb5a896da638e7516f1 (diff)
downloadslackbuilds-70134d23096dc55c66ea9bb088aa19200be18e99.tar.gz
development/couchdb: Added to 13.0 repository
Diffstat (limited to 'development/couchdb/README')
-rw-r--r--development/couchdb/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/development/couchdb/README b/development/couchdb/README
new file mode 100644
index 0000000000..89bcadef4e
--- /dev/null
+++ b/development/couchdb/README
@@ -0,0 +1,15 @@
+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.
+
+This requires js (spidermonkey), icu4c, and erlang-otp.
+
+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.