You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/17 20:01:22 UTC

[06/12] query-server-node commit: updated refs/heads/master to dc16420

remove user-facing docs from in-src README, point to docs


Project: http://git-wip-us.apache.org/repos/asf/couchdb-query-server-node/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-query-server-node/commit/4832821e
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-query-server-node/tree/4832821e
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-query-server-node/diff/4832821e

Branch: refs/heads/master
Commit: 4832821eabc36ebe0d87e68c202f80761bca2b89
Parents: 867dd79
Author: Jan Lehnardt <ja...@apache.org>
Authored: Wed Sep 25 15:13:11 2013 +0200
Committer: Jan Lehnardt <ja...@apache.org>
Committed: Thu Oct 3 17:21:30 2013 +0200

----------------------------------------------------------------------
 README.md | 24 +-----------------------
 1 file changed, 1 insertion(+), 23 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-query-server-node/blob/4832821e/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index c686e80..551c3df 100644
--- a/README.md
+++ b/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