You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by Apache Wiki <wi...@apache.org> on 2009/01/03 20:28:02 UTC

[Couchdb Wiki] Trivial Update of "Running Couchdb in Dev Mode" by LukeVenediger

Dear Wiki user,

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

The following page has been changed by LukeVenediger:
http://wiki.apache.org/couchdb/Running_Couchdb_in_Dev_Mode

The comment on the change is:
Slight changes to wording for clarification.

------------------------------------------------------------------------------
  This only applies if you need to make changes to the Couchdb server or to the Futon web front-end. 
  
  === Prerequisites ===
- You need to have installed from source. See ["Installing from source"].
+ You need to have installed Couchdb from source. See ["Installing from source"].
  
  === Create a Development Configuration ===
  The following commands set up a Couchdb configuration that points to the location of your SVN checkout.
@@ -19, +19 @@

  $ utils/run
  }}}
  
- Your Couchdb server has been started as a foreground process. You can make it a background process by calling
+ Your Couchdb server has been started as a foreground process. You can make it a background process by calling this instead:
  {{{
  $ utils/run &
  }}}.