summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2013-09-25 15:13:11 +0200
committerJan Lehnardt <jan@apache.org>2013-10-03 17:21:30 +0200
commitc547a7c3d9e206e45438a282b47f815cd5843955 (patch)
tree240296e4ae3561915ba031b5482a0fb941f013d4
parent96d3847e25deb331dd9ba4dae42e879d124d1100 (diff)
downloadcouchdb-c547a7c3d9e206e45438a282b47f815cd5843955.tar.gz
remove user-facing docs from in-src README, point to docs
-rw-r--r--src/couchjs-node/README.md24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/couchjs-node/README.md b/src/couchjs-node/README.md
index c686e8089..551c3dfb2 100644
--- a/src/couchjs-node/README.md
+++ b/src/couchjs-node/README.md
@@ -6,29 +6,7 @@ CouchJS is a command-line Node.js program. It is 100% compatible with Apache Cou
By using CouchJS, you will get 100% CouchDB compatibility (the test suite completely passes) but your JavaScript environment is V8, or Node.js.
-CouchJS is available as an npm module.
-
- $ npm install -g couchjs
-
-## Usage
-
-Install CouchDB. Install this package with npm. Confirm your `couchjs` install location.
-
- $ which couchjs # Note, your path will be different from mine.
- /home/jhs/node/bin/couchjs
-
-Look at the CouchDB config for the JavaScript query server.
-
- $ curl http://localhost:5984/_config/query_servers/javascript
- "/home/jhs/couchdb/bin/couchjs /home/jhs/couchdb/share/couchdb/server/main.js"
-
-Change that to this `couchjs`. **Leave the second argument the same.**
-
- $ curl -X PUT http://localhost:5984/_config/query_servers/javascript \
- -H content-type:application/json \
- -d "\"`which couchjs` /home/jhs/couchdb/share/couchdb/server/main.js\""
-
-Done!
+See share/doc/src/experimental.rst for installation instructions.
## Idea