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 4BA5111E1A for ; Thu, 10 Jul 2014 09:47:03 +0000 (UTC) Received: (qmail 2563 invoked by uid 500); 10 Jul 2014 09:47:01 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 2422 invoked by uid 500); 10 Jul 2014 09:47:01 -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 1819 invoked by uid 99); 10 Jul 2014 09:47:01 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Jul 2014 09:47:01 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id DA1FA9AA9AB; Thu, 10 Jul 2014 09:47:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: rnewson@apache.org To: commits@couchdb.apache.org Date: Thu, 10 Jul 2014 09:47:18 -0000 Message-Id: <9ad41d7b77004223b943849c062616f2@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [19/50] documentation commit: updated refs/heads/import-master to fe7f7bf change the documentation for unix the testsuite in Futon is not linked anymore (/_utils/couch_tests.html) but there is the verify installation page. Changed the docs accordingly. Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/4f4b906b Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/4f4b906b Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/4f4b906b Branch: refs/heads/import-master Commit: 4f4b906bd1ce3af13207748a7ab8f479bc075547 Parents: e7073ec Author: Andy Wenk Authored: Thu Mar 27 21:17:05 2014 +0100 Committer: Andy Wenk Committed: Thu Mar 27 21:17:05 2014 +0100 ---------------------------------------------------------------------- src/install/unix.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/4f4b906b/src/install/unix.rst ---------------------------------------------------------------------- diff --git a/src/install/unix.rst b/src/install/unix.rst index da4e5bd..05e0459 100644 --- a/src/install/unix.rst +++ b/src/install/unix.rst @@ -175,7 +175,9 @@ To check that everything has worked, point your web browser to:: http://127.0.0.1:5984/_utils/index.html -From here you should run the test suite in Firefox. +From here you should verify your installation by pointing your web browser to:: + + http://localhost:5984/_utils/verify_install.html Security Considerations -----------------------