summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2008-08-30 18:26:58 +0000
committerJan Lehnardt <jan@apache.org>2008-08-30 18:26:58 +0000
commit0c88243c1e0636d9b808acccced198589727b7af (patch)
treef038f4455bd4bc581e4cce034533371424b1c682 /README
parent74fb305a94dc9cda7e6c55748eea76e47160de21 (diff)
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
Diffstat (limited to 'README')
-rw-r--r--README4
1 files 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.