equal
deleted
inserted
replaced
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 |