You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by kl...@apache.org on 2015/08/10 21:46:31 UTC

[05/15] couchdb-peruser git commit: Remove obsolete installation instructions

Remove obsolete installation instructions


Project: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/commit/2fa347cc
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/tree/2fa347cc
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-peruser/diff/2fa347cc

Branch: refs/heads/master
Commit: 2fa347cc7d5bdd56a04b3b0cf615cc28c93879a8
Parents: 3d4942b
Author: Klaus Trainer <kl...@posteo.de>
Authored: Wed Apr 29 20:11:58 2015 +0200
Committer: Klaus Trainer <kl...@posteo.de>
Committed: Wed Apr 29 20:21:01 2015 +0200

----------------------------------------------------------------------
 README.md | 26 --------------------------
 1 file changed, 26 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-peruser/blob/2fa347cc/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 5383af1..caacb75 100644
--- a/README.md
+++ b/README.md
@@ -19,29 +19,3 @@ correctly implement in just about any language, especially JavaScript
 and Erlang. Other encodings would be possible, but would require
 additional client and server-side code to support that encoding. This
 is the simplest scheme that is obviously correct.
-
-Installation
-----
-
-Install any dependencies. `couchperuser` requires `rebar`, e.g.
-
-    $ brew install rebar
-
-Ensure the `plugins` directory exists, e.g.
-
-    $ mkdir /usr/local/Cellar/couchdb/1.6.0_1/lib/couchdb/plugins
-
-Clone (download) the repo:
-
-    $ git clone https://github.com/etrepum/couchperuser.git
-
-Move the plugin files:
-
-    $ mv couchperuser /usr/local/Cellar/couchdb/1.6.0_1/lib/couchdb/plugins
-
-Build the plugin files:
-
-    $ cd /usr/local/Cellar/couchdb/1.6.0_1/lib/couchdb/plugins/couchperuser
-    $ make
-
-Restart couchdb