Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification.
The "Test_procedure" page has been changed by NoahSlater: http://wiki.apache.org/couchdb/Test_procedure?action=diff&rev1=16&rev2=17 It will look a bit like this: - http://people.apache.org/~rnewson/dist/1.1.0/ + http://people.apache.org/~nslater/dist/1.2.0/ - Obviously, the `1.1.0` bit will change between releases. + Obviously, the `1.2.0` bit will change between releases. In this directory, you will find four files that look like this: - * apache-couchdb-1.1.0.tar.gz + * apache-couchdb-1.2.0.tar.gz - * apache-couchdb-1.1.0.tar.gz.asc + * apache-couchdb-1.2.0.tar.gz.asc - * apache-couchdb-1.1.0.tar.gz.md5 + * apache-couchdb-1.2.0.tar.gz.md5 - * apache-couchdb-1.1.0.tar.gz.sha + * apache-couchdb-1.2.0.tar.gz.sha You should now create a another temporary directory: @@ -58, +58 @@ And then download these files: {{{ - wget http://people.apache.org/~rnewson/dist/1.1.0/apache-couchdb-1.1.0.tar.gz + wget http://people.apache.org/~nslater/dist/1.2.0/apache-couchdb-1.2.0.tar.gz - wget http://people.apache.org/~rnewson/dist/1.1.0/apache-couchdb-1.1.0.tar.gz.asc + wget http://people.apache.org/~nslater/dist/1.2.0/apache-couchdb-1.2.0.tar.gz.asc - wget http://people.apache.org/~rnewson/dist/1.1.0/apache-couchdb-1.1.0.tar.gz.md5 + wget http://people.apache.org/~nslater/dist/1.2.0/apache-couchdb-1.2.0.tar.gz.md5 - wget http://people.apache.org/~rnewson/dist/1.1.0/apache-couchdb-1.1.0.tar.gz.sha + wget http://people.apache.org/~nslater/dist/1.2.0/apache-couchdb-1.2.0.tar.gz.sha }}} If you don't have `wget` installed, you can use `curl -O` which should do the same thing.