summaryrefslogtreecommitdiff
path: root/etc/windows
diff options
context:
space:
mode:
authorMark Hammond <mhammond@apache.org>2009-11-16 08:46:33 +0000
committerMark Hammond <mhammond@apache.org>2009-11-16 08:46:33 +0000
commit3aa39bee4666daeaaa94e10abf004fa99be05267 (patch)
tree19e5f4c38c7f884df65fad693583cbdcc7276cd2 /etc/windows
parent42a57e6b6b275d3edd352249c3a48acdf07e5e86 (diff)
update windows readme about services
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@880673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'etc/windows')
-rw-r--r--etc/windows/README.txt.tpl13
1 files changed, 9 insertions, 4 deletions
diff --git a/etc/windows/README.txt.tpl b/etc/windows/README.txt.tpl
index 485757a3..791bcc85 100644
--- a/etc/windows/README.txt.tpl
+++ b/etc/windows/README.txt.tpl
@@ -7,10 +7,15 @@ Windows, version %version%.
and .ini files can be written. You may like to further restrict these
permissions to only the user who will be running couchdb.
-* To start couchdb execute couchdb.bat in the 'bin' directory. A shortcut
- to this batch file should have been installed. There is currently no
- support for Windows Services etc, but you are encouraged to look at the
- various tools which allow arbitrary programs to be run as services.
+* The installer offers to install CouchDB as a Windows Service. If you select
+ this option, the service will run as the "LocalSystem" user and be
+ configured to start automatically. You can configure the service properties
+ via the Windows 'Services' applet.
+
+* To start CouchDB in a "console" environment, execute couchdb.bat in the
+ 'bin' directory. A shortcut to this batch file should have been installed.
+ Don't try and start couchdb this way if the service is running - it will
+ fail.
* The Futon application which comes with CouchDB does not work with
Internet Explorer - Mozilla Firefox is generally recommended.