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 LucStepniewski.
The comment on this change is: Update for 1.0.0.
http://wiki.apache.org/couchdb/Installing_on_Ubuntu?action=diff&rev1=44&rev2=45
--------------------------------------------------
== Ubuntu 10.04 ==
=== Example 1 ===
- Please see below in links for complete instructions on how to install CouchDB 0.11 specifically.
+ Please see below in links for complete instructions on how to install CouchDB 1.0.0 specifically.
'''Note''': the relevant xulrunner version seems to be the output of the command: `xulrunner
--gre-version`
@@ -51, +51 @@
# 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
- ./configure --prefix= --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.6/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.6/include
+ ./configure --prefix= --with-js-lib=/usr/lib/xulrunner-devel-1.9.2.8/lib --with-js-include=/usr/lib/xulrunner-devel-1.9.2.8/include
# Now you can compile and install couchdb
make && make install
@@ -71, +71 @@
# Verify couchdb is running
curl http://127.0.0.1:5984/
- # {"couchdb":"Welcome","version":"0.11.0"}
+ # {"couchdb":"Welcome","version":"1.0.0"}
}}}
=== Example 2 (with minimal dependencies) ===
Tested with CouchDB versions: 0.11.0, 1.0.0
|