diff options
author | Jan Lehnardt <jan@apache.org> | 2008-08-30 18:26:58 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2008-08-30 18:26:58 +0000 |
commit | 0c88243c1e0636d9b808acccced198589727b7af (patch) | |
tree | f038f4455bd4bc581e4cce034533371424b1c682 /README | |
parent | 74fb305a94dc9cda7e6c55748eea76e47160de21 (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-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |