Dear Wiki user,

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

The "Installing_on_Windows" page has been changed by DaveCottlehuber:
http://wiki.apache.org/couchdb/Installing_on_Windows?action=diff&rev1=30&rev2=31

Comment:
tidy!

  
  <<TableOfContents>>
  
- There are pre-packaged binaries available from the main 
[[https://couchdb.apache.org/#download|Apache CouchDB]] site for your 
convenience.
+ There are pre-packaged binaries available from the main 
[[https://couchdb.apache.org/#download|Apache CouchDB]] site for your 
convenience. This will always be the latest feature release of CouchDB.
  
- The CouchDB project includes GNU autotools based scripts to build from 
source, which creates a self-extracting install package for Windows. The 
official release artefact is the 
[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/source|signed tar.gz 
archive]], and additionally, a signed binary is available also on the 
[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/|Apache Mirrors]] 
for convenience.
+ The CouchDB project includes GNU autotools based scripts to build from 
source, which creates a self-extracting install package for Windows. The 
official release artefact is the 
[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/source|signed tar.gz 
archive]], and additionally, a signed binary is available also on the 
[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/win/|Apache 
Mirrors]] for convenience.
  
  Instructions on building from source are 
[[https://github.com/apache/couchdb/|available]], as well as annotations for 
[[Building_from_source_on_Windows|older releases]].
  
@@ -15, +15 @@

  This installer has been tested on 64 and 32 bit versions of:
   
   * Windows Server 2008 both RTM and R2
-  * Windows 7 and Vista
+  * Windows 7 and 8
-  * Windows Server 2003 and Windows XP
  
- It is likely to work on most Windows versions released this century.
+ It is likely to work on most Windows versions released this century, that are 
supported by the underlying Erlang/OTP runtime.
  
  == Dependencies ==
  
@@ -26, +25 @@

  
  == Current Versions ==
  
+ The latest release of CouchDB is always available from the 
[[https://couchdb.apache.org/#download|offical CouchDB]] site. There are 
normally 2 versions of the installer, an R14B04 stable Erlang release, and a 
newer R15 or R16B based release with a newer Erlang/OTP runtime. There is no 
functional difference between these versions, however you may wish to integrate 
CouchDB with other Erlang modules that are not yet compatible with the latest 
OTP release.
+ 
-  * '''couchdb-1.2.0''' - With Erlang/OTP R14B04 or R15B, and JS 1.8.5 
[[https://couchdb.apache.org/#download|apache]] site.
+  * '''couchdb-1.3.0''' - With Erlang/OTP R14B04 or R15B, and JS 1.8.5 
[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/win/1.3.0/|apache 
mirrors]] site.
+ 
+  * '''couchdb-1.2.2''' - With Erlang/OTP R14B04 or R15B, and JS 1.8.5 
[[http://www.apache.org/dyn/closer.cgi?path=/couchdb/binary/win/1.2.2/|apache 
mirrors]].
  
  Use Firefox to run the CouchDB tests from Futon, to verify that your 
installation is successful, by pointing your web browser to
- [[http://127.0.0.1:5984/_utils/index.html]] and run the test suite.
+ [[http://127.0.0.1:5984/_utils]] and run "verify install".
  
- If you encounter any troubles, in {{{local.ini}}}, set the [log]
+ If you encounter any troubles, edit {{{local.ini}}}, set the [log]
  {{{level=debug}}} and begin investigating. Bug reports and patches are 
welcomed!
  
- == Older Versions ==
- 
-  * Previous versions are available at [[http://people.apache.org/~dch/dist/]]
- 
- == Antique Versions ==
- 
-  * http://people.apache.org/~mhammond/dist/
-  * https://github.com/juranki/couchdb/downloads/
- 
- == Known Issues pertaining to the Windows build ==
- 
- === CouchDB 1.2.0 ===
- 
-  * none known [[http://people.apache.org/~dch/dist/1.2.0/|download]]
- 
- === CouchDB 1.1.1 ===
- 
-  * none known [[http://people.apache.org/~dch/dist/1.1.1/|download]]
- 
- === CouchDB 1.0.3 ===
- 
-  * [[http://people.apache.org/~dch/dist/1.0.3/|download]]
- 
- === CouchDB 1.0.2 ===
- 
- Currently there are a number of non-critical issues in 1.0.2 that you need to 
be aware of; both have work-arounds documented in the JIRA comments. These are 
both resolved in CouchDB 1.1.1 and newer.
- 
-  * [[https://issues.apache.org/jira/browse/COUCHDB-577|COUCHDB-577]] couchdb 
@ winxp: Simple RegExp's can not be executed
-  * [[https://issues.apache.org/jira/browse/COUCHDB-963|COUCHDB-963]] while 
running CouchDB as a service, the erlang erlsrv process dies periodically 
during restarting CouchDB (POST /_restart fails) - either use the .bat version 
only, or apply the workarounds noted within the ticket comments. This is 
addressed upstream in Erlang/OTP R14B03 and a work-around in CouchDB 1.0.3 & 
later.
-  * Download '''couchdb-1.0.2''' - With Erlang/OTP R14B01 and JS 1.8.0 
[[https://github.com/downloads/dch/couchdb/setup-couchdb-1.0.2+COUCHDB-963_otp_R14B01+OTP-9139.exe|here]]
- 
- 
- === CouchDB 1.0.1 ===
- 
- Note that CouchDB versions prior to 1.0.2 should not be used due to:
- 
-  * 1 cross-site scripting security issue 
[[http://couchdb.apache.org/security.html|CVE-2010-3854]]
-  * 2 bugs that, in certain situations, could cause data loss 
[[https://issues.apache.org/jira/browse/COUCHDB-852|COUCHDB-852]] and 
[[https://issues.apache.org/jira/browse/COUCHDB-844|COUCHDB-844]].
-  * Only on Windows, CouchDB 1.0.1 crashes on Windows when a database or index 
file reaches 4Gb in Erlang/OTP versions previous to R14B01. This is due to a 
Erlang/OTP Windows bug related with appending to files with a size equal to 4Gb 
or larger. Erlang/OTP release R14B01 no longer has this bug.
-  * A significant stability bug was resolved in Erlang/OTP R13B04 which caused 
CouchDB to hang occasionally when run as a service.
- 

Reply via email to