Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BE46817552 for ; Wed, 8 Apr 2015 18:56:16 +0000 (UTC) Received: (qmail 48615 invoked by uid 500); 8 Apr 2015 18:56:15 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 48529 invoked by uid 500); 8 Apr 2015 18:56:15 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 48376 invoked by uid 99); 8 Apr 2015 18:56:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Apr 2015 18:56:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id AC812E1118; Wed, 8 Apr 2015 18:56:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: kxepal@apache.org To: commits@couchdb.apache.org Date: Wed, 08 Apr 2015 18:56:16 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/8] couchdb commit: updated refs/heads/developer-preview-2.0 to 9f5ae10 doc: explain new workflow for developing PR: #270 PR-URL: https://github.com/apache/couchdb/pull/270 Reviewed-By: Paul J. Davis Reviewed-By: Alexander Shorin Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/d881dcf5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/d881dcf5 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/d881dcf5 Branch: refs/heads/developer-preview-2.0 Commit: d881dcf5ac990c44d00b2cd49c0e4ff67ae861c5 Parents: 2d10bfd Author: Robert Kowalski Authored: Wed Oct 8 14:52:07 2014 +0200 Committer: Robert Kowalski Committed: Tue Mar 24 17:44:03 2015 +0100 ---------------------------------------------------------------------- README.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/d881dcf5/README.rst ---------------------------------------------------------------------- diff --git a/README.rst b/README.rst index 9a43aa8..ad5fb87 100644 --- a/README.rst +++ b/README.rst @@ -67,9 +67,25 @@ Read more about JSpec here: When you change the specs, but your changes have no effect, manually reload the changed spec file in the browser. When the spec that tests Erlang views fails, make sure you have enabled Erlang views as described here: - + http://wiki.apache.org/couchdb/EnableErlangViews +Getting started with developing +------------------------------- + +Basically you just have to install the needed dependencies which are +documented in the install docs and then run `./configure && make`. + +You don't need to run `make install` after compiling, just use +`./dev/run` to spin up three nodes. There is a haproxy config file in `./rel`. +Just run: `cd rel && haproxy -f haproxy.cfg`. You will now have a local +cluster listening on port `5984`. + +For Fauxton developers fixing the admin-party does not work via the button in +Fauxton. To fix the admin party you have to run `./dev/run` with the `admin` +flag, e.g. `./dev/run --admin=username:password`. If you want to have an +admin-party, just omit the flag. + Cryptographic Software Notice -----------------------------