doc/book/en/admin/setup.rst
branchstable
changeset 4065 6e8da644d996
parent 3740 e9ce140c9065
child 4414 4a680adda04c
child 4431 e597e0ca67cd
--- a/doc/book/en/admin/setup.rst	Wed Dec 09 19:01:53 2009 +0100
+++ b/doc/book/en/admin/setup.rst	Wed Dec 09 19:29:21 2009 +0100
@@ -226,6 +226,23 @@
 
 ... and get a meaningful output.
 
+Running an instance as a service
+--------------------------------
+
+This currently assumes that the instances configurations is located
+at C:\etc\cubicweb.d.
+
+For a cube 'my_cube', you will then find C:\etc\cubicweb.d\my_cube\win32svc.py
+that has to be used thusly::
+
+  win32svc install
+
+This should just register your instance as a windows service. A simple::
+
+  net start cubicweb-my_cube
+
+should start the service.
+
 
 PostgreSQL installation
 ```````````````````````