[REVIEW] res_users: removed 'date' backward compatible field; removed commented state...
[odoo/odoo.git] / doc / api / startup.rst
1
2 Start-up script
3 ---------------
4
5 .. versionadded:: 6.1
6
7 To run the OpenERP server, the conventional approach is to use the
8 `openerp-server` script.  It loads the :ref:`openerp library`, sets a few
9 configuration variables corresponding to command-line arguments, and starts to
10 listen to incoming connections from clients.
11
12 Depending on your deployment needs, you can write such a start-up script very
13 easily. We also recommend you take a look at an alternative tool called
14 `openerp-command` that can, among other things, launch the server.
15
16 Yet another alternative is to use a WSGI-compatible HTTP server and let it call
17 into one of the WSGI entry points of the server.
18
19
20