server/serverctl.py
branchstable
changeset 6700 accb7290a31c
parent 6427 c8a5ac2d1eaa
child 6724 24bf6f181d0e
child 6778 7dd4835d5198
equal deleted inserted replaced
6699:e20f350fc0af 6700:accb7290a31c
   548             print '-> password reset, sources file regenerated.'
   548             print '-> password reset, sources file regenerated.'
   549         cnx.close()
   549         cnx.close()
   550 
   550 
   551 
   551 
   552 class StartRepositoryCommand(Command):
   552 class StartRepositoryCommand(Command):
   553     """Start an CubicWeb RQL server for a given instance.
   553     """Start a CubicWeb RQL server for a given instance.
   554 
   554 
   555     The server will be accessible through pyro
   555     The server will be accessible through pyro
   556 
   556 
   557     <instance>
   557     <instance>
   558       the identifier of the instance to initialize.
   558       the identifier of the instance to initialize.