doc/book/pyramid/quickstart.rst
changeset 11945 ef6b18c56b5a
parent 11631 faf279e33298
child 12097 78a5c6a64fad
equal deleted inserted replaced
11944:5284fee68601 11945:ef6b18c56b5a
    55 
    55 
    56         cubicweb.instance = myinstance
    56         cubicweb.instance = myinstance
    57 
    57 
    58 -   Configure the base-url and https-url in all-in-one.conf to match the ones
    58 -   Configure the base-url and https-url in all-in-one.conf to match the ones
    59     of the pyramid configuration (this is a temporary limitation).
    59     of the pyramid configuration (this is a temporary limitation).
       
    60 
       
    61 
       
    62 Usage with pserve
       
    63 -----------------
       
    64 
       
    65 To run a Pyramid application using pserve_:
       
    66 
       
    67 ::
       
    68 
       
    69     pserve /path/to/development.ini instance=<appid>
       
    70 
       
    71 
       
    72 .. _pserve: \
       
    73     http://docs.pylonsproject.org/projects/pyramid/en/latest/pscripts/pserve.html