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:41:09 UTC

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

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 JanLehnardt:
http://wiki.apache.org/couchdb/Running_Couchdb_in_Dev_Mode

The comment on the change is:
s/Couchdb/CouchDB/

------------------------------------------------------------------------------
- This only applies if you need to make changes to the Couchdb server or to the Futon web front-end. 
+ 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 Couchdb 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.
+ The following commands set up a CouchDB configuration that points to the location of your SVN checkout.
  
  Run these commands:
  {{{
@@ -14, +14 @@

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