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=49&rev2=50
CouchDB should now be running and listening for connections.
- Open Firefox.
-
- View the "About" screen in Firefox.
-
- This should automatically update you to the newest version.
-
- Put Firefox in to private browsing mode.
-
Visit:
- http://127.0.0.1:5984/_utils/couch_tests.html
+ http://127.0.0.1:5984/_utils/
- If you had to change the port number in the previous step, you MUST update it to match in
the URL above.
+ If you had to change the port number in the previous step, you must update it here too.
- Please note that the unit tests do not run properly under Safari.
+ Locate the "Verify Installation" link in the sidebar.
+ Verify your installation.
- If you report problems with Safari, you will be asked to test again using Firefox.
-
- Click on "Run All" and wait a few minutes.
-
- Your browser will lock up while the tests are run.
-
- If you experience errors, and want to start over, delete your temporary databases by running:
-
- {{{
- rm -rf /tmp/couchdb/install/var/lib/couchdb/*
- }}}
-
- If CouchDB is crashing a lot, you can bring it back up in an infinite loop by running:
-
- {{{
- while true; do /tmp/couchdb/install/bin/couchdb; done
- }}}
-
- Obviously, you should keep an eye on this so that it does not consume excessive resources.
-
- If you had to do this, please report it to the list.
== Wrapping it Up ==
|