Dear Wiki user,

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

The "Installing_on_Ubuntu" page has been changed by JakubCzaplicki.
The comment on this change is: updated the example code: add note regarding 
XULRunner version, changed 1.0.0 to 1.0.1.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=52&rev2=53

--------------------------------------------------

  
  == Ubuntu 10.04 ==
  === Example 1 ===
- Please see below in links for complete instructions on how to install CouchDB 
1.0.0 specifically.
+ Please see below in links for complete instructions on how to install CouchDB.
- 
- '''Note''': the relevant xulrunner version seems to be the output of the 
command: `xulrunner --gre-version`
  
  {{{
  sudo su
@@ -56, +54 @@

  
  # see xulrunner directions below and do them this fixes problem where basic 
test suite fails to run.
  # Note: To install couchdb in the default location use --prefix= in the 
configure statement
+ # Note: To check what XULRunner version you have installed use xulrunner -v
  ./configure --prefix= --with-js-lib=/usr/lib/xulrunner-devel-x.x.x.x/lib 
--with-js-include=/usr/lib/xulrunner-devel-x.x.x.x/include
  
  # Now you can compile and install couchdb
@@ -76, +75 @@

  
  # Verify couchdb is running
  curl http://127.0.0.1:5984/
- # {"couchdb":"Welcome","version":"1.0.0"}
+ # {"couchdb":"Welcome","version":"1.0.1"}
  }}}
  === Example 2 (with minimal dependencies) ===
  Tested with CouchDB versions: 0.11.0, 1.0.0

Reply via email to