Remplace all occurences of my_browse_rec.product_id.product_tmpl_id.field to my_brows...
[odoo/odoo.git] / doc / production.rst
1 Deploying OpenERP Web
2 =====================
3
4 .. After release one, add upgrade instructions if any
5
6 .. How about running the web client on alternative Python
7 .. implementations e.g. pypy or Jython? Since the only lib with C
8 .. accelerators we're using right now is SimpleJSON and it has a pure
9 .. Python base component, we should be able to test and deploy on
10 .. non-cpython no?
11
12 In-depth configuration
13 ----------------------
14
15 SSL, basic proxy (link to relevant section), links to sections and
16 example files for various servers and proxies, WSGI
17 integration/explanation (if any), ...
18
19 Deployment Options
20 ------------------
21
22 Serving via WSGI
23 ~~~~~~~~~~~~~~~~
24
25 Apache mod_wsgi
26 +++++++++++++++
27
28 NGinx mod_wsgi
29 ++++++++++++++
30
31 uWSGI
32 +++++
33
34 Gunicorn
35 ++++++++
36
37 FastCGI, SCGI, or AJP
38 +++++++++++++++++++++
39
40 Behind a proxy
41 ~~~~~~~~~~~~~~
42
43 Apache mod_proxy
44 ++++++++++++++++
45
46 NGinx HttpProxy
47 +++++++++++++++