doc/book/en/admin/setup.rst
branchstable
changeset 4065 6e8da644d996
parent 3740 e9ce140c9065
child 4414 4a680adda04c
child 4431 e597e0ca67cd
equal deleted inserted replaced
4064:3b12e4192983 4065:6e8da644d996
   223 From now, on a fresh `cmd` shell, you should be able to type::
   223 From now, on a fresh `cmd` shell, you should be able to type::
   224 
   224 
   225   cubicweb-ctl list
   225   cubicweb-ctl list
   226 
   226 
   227 ... and get a meaningful output.
   227 ... and get a meaningful output.
       
   228 
       
   229 Running an instance as a service
       
   230 --------------------------------
       
   231 
       
   232 This currently assumes that the instances configurations is located
       
   233 at C:\etc\cubicweb.d.
       
   234 
       
   235 For a cube 'my_cube', you will then find C:\etc\cubicweb.d\my_cube\win32svc.py
       
   236 that has to be used thusly::
       
   237 
       
   238   win32svc install
       
   239 
       
   240 This should just register your instance as a windows service. A simple::
       
   241 
       
   242   net start cubicweb-my_cube
       
   243 
       
   244 should start the service.
   228 
   245 
   229 
   246 
   230 PostgreSQL installation
   247 PostgreSQL installation
   231 ```````````````````````
   248 ```````````````````````
   232 
   249