docs/narr/quickstart.rst
changeset 11585 7d6d4edc0ed0
parent 11537 caf268942436
child 11587 18dd303225cd
equal deleted inserted replaced
11584:965caa6e848d 11585:7d6d4edc0ed0
    17 -   Create a CubicWeb instance, and install the 'pyramid' cube on it (see
    17 -   Create a CubicWeb instance, and install the 'pyramid' cube on it (see
    18     :ref:`configenv` for more details on this step)::
    18     :ref:`configenv` for more details on this step)::
    19 
    19 
    20         cubicweb-ctl create pyramid myinstance
    20         cubicweb-ctl create pyramid myinstance
    21 
    21 
    22     .. warning::
       
    23 
       
    24         You `must` allow anonymous access.
       
    25 
       
    26 -   Edit your ``~/etc/cubicweb.d/myinstance/all-in-one.conf`` and set values for
    22 -   Edit your ``~/etc/cubicweb.d/myinstance/all-in-one.conf`` and set values for
    27     :confval:`pyramid-auth-secret` and :confval:`pyramid-session-secret`.
    23     :confval:`pyramid-auth-secret` and :confval:`pyramid-session-secret`.
    28 
    24 
    29 -   Start the instance with the :ref:`'pyramid' command <cubicweb-ctl_pyramid>`
    25 -   Start the instance with the :ref:`'pyramid' command <cubicweb-ctl_pyramid>`
    30     instead of 'start'::
    26     instead of 'start'::