doc/book/admin/create-instance.rst
changeset 12534 e0e7d8ca051f
parent 10491 c67bcee93248
equal deleted inserted replaced
12533:3657b5d82590 12534:e0e7d8ca051f
    39 
    39 
    40 When this command is completed, the definition of your instance is
    40 When this command is completed, the definition of your instance is
    41 located in :file:`~/etc/cubicweb.d/myinstance/*`. To launch it, you
    41 located in :file:`~/etc/cubicweb.d/myinstance/*`. To launch it, you
    42 just type ::
    42 just type ::
    43 
    43 
    44   cubicweb-ctl start -D myinstance
    44   cubicweb-ctl pyramid -D myinstance
    45 
    45 
    46 The option `-D` specifies the *debug mode* : the instance is not
    46 The option `-D` specifies the *debug mode* : the instance is not
    47 running in server mode and does not disconnect from the terminal,
    47 running in server mode and does not disconnect from the terminal,
    48 which simplifies debugging in case the instance is not properly
    48 which simplifies debugging in case the instance is not properly
    49 launched. You can see how it looks by visiting the URL
    49 launched. You can see how it looks by visiting the URL
    58 
    58 
    59 This is it! All is settled down to start developping your data model...
    59 This is it! All is settled down to start developping your data model...
    60 
    60 
    61 .. note::
    61 .. note::
    62 
    62 
    63   The output of `cubicweb-ctl start -D myinstance` can be
    63   The output of `cubicweb-ctl pyramid -D myinstance` can be
    64   overwhelming. It is possible to reduce the log level with the
    64   overwhelming. It is possible to reduce the log level with the
    65   `--loglevel` parameter as in `cubicweb-ctl start -D myinstance -l
    65   `--loglevel` parameter as in `cubicweb-ctl pyramid -D myinstance -l
    66   info` to filter out all logs under `info` gravity.
    66   info` to filter out all logs under `info` gravity.
    67 
    67 
    68 upgrade
    68 upgrade
    69 ~~~~~~~
    69 ~~~~~~~
    70 
    70