doc/book/en/admin/setup.rst
changeset 4436 294e084f1263
parent 4431 e597e0ca67cd
parent 4415 df7e0550cd90
child 4746 f03be559f193
equal deleted inserted replaced
4434:101344a6ff9b 4436:294e084f1263
   232 
   232 
   233 Running an instance as a service
   233 Running an instance as a service
   234 --------------------------------
   234 --------------------------------
   235 
   235 
   236 This currently assumes that the instances configurations is located
   236 This currently assumes that the instances configurations is located
   237 at C:\etc\cubicweb.d.
   237 at C:\\etc\\cubicweb.d.
   238 
   238 
   239 For a cube 'my_cube', you will then find C:\etc\cubicweb.d\my_cube\win32svc.py
   239 For a cube 'my_cube', you will then find C:\\etc\\cubicweb.d\\my_cube\\win32svc.py
   240 that has to be used thusly::
   240 that has to be used thusly::
   241 
   241 
   242   win32svc install
   242   win32svc install
   243 
   243 
   244 This should just register your instance as a windows service. A simple::
   244 This should just register your instance as a windows service. A simple::