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 oommoo: http://wiki.apache.org/couchdb/Installing_on_Fedora10 The comment on the change is: show wget for source tar ball ------------------------------------------------------------------------------ ## The basis for this page is originally from "Installing on Fedora10" which was itself renamed from InstallingOnRHEL4 + Installing on Fedora Core 10 x86_64 Installing on Fedora Core 10 x86_64 1. install erlang @@ -30, +31 @@ $ make && make install }}} + The source can also be obtained from a released version using a tool like wget. The example uses the primary site, whereas it is often faster to download from a mirror, e.g., + + http://www.apache.org/dyn/closer.cgi?path=/incubator/couchdb/0.8.1-incubating/apache-couchdb-0.8.1-incubating.tar.gz + + For example, {{{ - $ wget http://www.hightechimpact.com/Apache/incubator/couchdb/0.8.1-incubating/apache-couchdb-0.8.1-incubating.tar.gz + $ wget http://www.apache.org/dist/incubator/couchdb/0.8.1-incubating/apache-couchdb-0.8.1-incubating.tar.gz $ tar -xzvf apache-couchdb-0.8.1-incubating.tar.gz $ cd apache-couchdb-0.8.1-incubating $ ./configure
