Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Test_procedure" page has been changed by NoahSlater:
http://wiki.apache.org/couchdb/Test_procedure?action=diff&rev1=14&rev2=15

  /tmp/couchdb/install/bin/couchdb 
  }}}
  
+ If you get the following error:
+ 
+ {{{
+ Apache CouchDB 1.1.1 (LogLevel=info) is starting.
+ Failure to start Mochiweb: eaddrinuse
+ }}}
+ 
+ You already have a CouchDB server listening on the default port.
+ 
+ Edit your `local.ini` file:
+ 
+ {{{
+ $EDITOR /tmp/couchdb/install/etc/couchdb/local.ini
+ }}}
+ 
+ Look for this:
+ 
+ {{{
+ [httpd]
+ ;port = 5984
+ }}}
+ 
+ And change it to this:
+ 
+ {{{
+ [httpd]
+ ;port = 5985
+ }}}
+ 
+ CouchDB should now be running and listening for connections.
+ 
  Open Firefox and visit:
  
    http://127.0.0.1:5984/_utils/couch_tests.html
  
+ If you had to change the port number in the previous step, you MUST update it 
to match in the URL above.
+ 
  Please note that the unit tests do not run properly under Safari.
  
  If you report problems with Safari, you will be asked to test again using 
Firefox.

Reply via email to