You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2008/08/30 20:26:58 UTC

svn commit: r690543 - /incubator/couchdb/trunk/README

Author: jan
Date: Sat Aug 30 11:26:58 2008
New Revision: 690543

URL: http://svn.apache.org/viewvc?rev=690543&view=rev
Log:
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.

Modified:
    incubator/couchdb/trunk/README

Modified: incubator/couchdb/trunk/README
URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/README?rev=690543&r1=690542&r2=690543&view=diff
==============================================================================
--- incubator/couchdb/trunk/README (original)
+++ incubator/couchdb/trunk/README Sat Aug 30 11:26:58 2008
@@ -177,13 +177,13 @@
 
 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.