From 0c88243c1e0636d9b808acccced198589727b7af Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Sat, 30 Aug 2008 18:26:58 +0000 Subject: Use 127.0.0.1 instead of localhost to point to Futon to avoid people reporting replication test errors on systems that resolve localhost to :::1 first. git-svn-id: https://svn.apache.org/repos/asf/incubator/couchdb/trunk@690543 13f79535-47bb-0310-9956-ffa450edef68 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 647a5dd4..4c52d4fe 100644 --- a/README +++ b/README @@ -177,13 +177,13 @@ This uses the `sudo` command to run the `couchdb` command as the `couchdb` user. When Apache CouchDB starts it should eventually display the following message: - Apache CouchDB has started, time to relax. See http://localhost:5984/_utils/index.html + Apache CouchDB has started, time to relax. See http://127.0.0.1:5984/_utils/index.html Relax. To check that everything has worked, point your web browser to: - http://localhost:5984/_utils/index.html + http://127.0.0.1:5984/_utils/index.html From here you should run the test suite. -- cgit v1.2.3