Changes between Initial Version and Version 1 of Ticket #22102, comment 5


Ignore:
Timestamp:
Jan 14, 2013, 10:26:21 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22102, comment 5

    initial v1  
    771. install this: http://jan.prima.de/~jan/plok/archives/142-CouchDBX-Revival.html
    882. install couchdb from svn (seems to me that the current release <<0.9.1>> have a problem) :
    9    svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
    10    cd couchdb
    11    ./bootstrap && ./configure
    12    make && sudo make install
     9{{{
     10svn co http://svn.apache.org/repos/asf/couchdb/trunk couchdb
     11cd couchdb
     12./bootstrap && ./configure
     13make && sudo make install
     14}}}