equal
deleted
inserted
replaced
9 This part is for installation and administration of the *CubicWeb* framework and |
9 This part is for installation and administration of the *CubicWeb* framework and |
10 instances based on that framework. |
10 instances based on that framework. |
11 |
11 |
12 .. toctree:: |
12 .. toctree:: |
13 :maxdepth: 1 |
13 :maxdepth: 1 |
|
14 :numbered: |
14 |
15 |
15 setup |
16 setup |
16 create-instance |
17 create-instance |
17 instance-config |
18 instance-config |
18 site-config |
19 site-config |
19 multisources |
20 multisources |
20 ldap |
21 ldap |
21 gae |
22 gae |
22 |
|
23 |
|
24 |
23 |
25 RQL logs |
24 RQL logs |
26 -------- |
25 -------- |
27 |
26 |
28 You can configure the *CubicWeb* instance to keep a log |
27 You can configure the *CubicWeb* instance to keep a log |
31 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the |
30 ``.../etc/cubicweb.d/myapp/all-in-one.conf`` and uncomment the |
32 variable ``query-log-file``:: |
31 variable ``query-log-file``:: |
33 |
32 |
34 # web instance query log file |
33 # web instance query log file |
35 query-log-file=/tmp/rql-myapp.log |
34 query-log-file=/tmp/rql-myapp.log |
|
35 |