Skip to content

Commit 78b8aec

Browse files
committed
futon: s/tests/verify installation
Closes #496
1 parent cb68474 commit 78b8aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft/tour.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ <h3 id="welcome">Welcome to Futon</h3>
162162

163163
<p>If you’re running version 0.9 or later, you should see something similar to <a href="#figure/1">Figure 1, “The Futon welcome screen”</a>. In later chapters, we’ll focus on using CouchDB from server-side languages such as Ruby and Python. As such, this chapter is a great opportunity to showcase an example of natively serving up a dynamic web application using nothing more than CouchDB’s integrated web server, something you may wish to do with your own applications.
164164

165-
<p>The first thing we should do with a fresh installation of CouchDB is run the test suite to verify that everything is working properly. This assures us that any problems we may run into aren’t due to bothersome issues with our setup. By the same token, failures in the Futon test suite are a red flag, telling us to double-check our installation before attempting to use a potentially broken database server, saving us the confusion when nothing seems to be working quite like we expect!
165+
<p>The first thing we should do with a fresh installation of CouchDB is to verify its correctness. Run the “Verify Installation” procedure to ensure eveything is working as expected. This assures us that any problems we may run into aren’t due to bothersome issues with our setup. By the same token, failures here are a red flag, telling us to double-check our installation before attempting to use a potentially broken database server, saving us the confusion when nothing seems to be working quite like we expect!
166166

167167
<div class="figure" id="figure/1">
168168

0 commit comments

Comments
 (0)