Launchpad automatic translations update.
[odoo/odoo.git] / man / openerp-server.1
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2 .TH OPENERP "1" "December 2010" "OpenERP Server 6.0.0-rc1" "User Commands"
3 .SH NAME
4 OpenERP \- manual page for OpenERP Server 6.0.0-rc1
5 .SH SYNOPSIS
6 .B openerp-server.py
7 [\fIoptions\fR]
8 .SH OPTIONS
9 .TP
10 \fB\-\-version\fR
11 show program's version number and exit
12 .TP
13 \fB\-h\fR, \fB\-\-help\fR
14 show this help message and exit
15 .TP
16 \fB\-c\fR CONFIG, \fB\-\-config\fR=\fICONFIG\fR
17 specify alternate config file
18 .TP
19 \fB\-s\fR, \fB\-\-save\fR
20 save configuration to ~/.openerp_serverrc
21 .TP
22 \fB\-\-pidfile\fR=\fIPIDFILE\fR
23 file where the server pid will be stored
24 .TP
25 \fB\-i\fR INIT, \fB\-\-init\fR=\fIINIT\fR
26 init a module (use "all" for all modules)
27 .TP
28 \fB\-\-without\-demo\fR=\fIWITHOUT_DEMO\fR
29 load demo data for a module (use "all" for all
30 modules)
31 .TP
32 \fB\-u\fR UPDATE, \fB\-\-update\fR=\fIUPDATE\fR
33 update a module (use "all" for all modules)
34 .TP
35 \fB\-\-cache\-timeout\fR=\fICACHE_TIMEOUT\fR
36 set the timeout for the cache system
37 .TP
38 \fB\-t\fR TIMEZONE, \fB\-\-timezone\fR=\fITIMEZONE\fR
39 specify reference timezone for the server (e.g.
40 Europe/Brussels
41 .TP
42 \fB\-\-stop\-after\-init\fR
43 stop the server after it initializes
44 .TP
45 \fB\-\-debug\fR
46 enable debug mode
47 .TP
48 \fB\-\-assert\-exit\-level\fR=\fIASSERT_EXIT_LEVEL\fR
49 specify the level at which a failed assertion will
50 stop the server. Accepted values: ['info',
51 \&'debug_rpc', 'warn', 'test', 'critical', 'debug_sql',
52 \&'error', 'debug', 'debug_rpc_answer', 'notset']
53 .IP
54 XML\-RPC Configuration:
55 .TP
56 \fB\-\-xmlrpc\-interface\fR=\fIXMLRPC_INTERFACE\fR
57 specify the TCP IP address for the XML\-RPC protocol
58 .TP
59 \fB\-\-xmlrpc\-port\fR=\fIXMLRPC_PORT\fR
60 specify the TCP port for the XML\-RPC protocol
61 .TP
62 \fB\-\-no\-xmlrpc\fR
63 disable the XML\-RPC protocol
64 .IP
65 XML\-RPC Secure Configuration:
66 .TP
67 \fB\-\-xmlrpcs\-interface\fR=\fIXMLRPCS_INTERFACE\fR
68 specify the TCP IP address for the XML\-RPC Secure
69 protocol
70 .TP
71 \fB\-\-xmlrpcs\-port\fR=\fIXMLRPCS_PORT\fR
72 specify the TCP port for the XML\-RPC Secure protocol
73 .TP
74 \fB\-\-no\-xmlrpcs\fR
75 disable the XML\-RPC Secure protocol
76 .TP
77 \fB\-\-cert\-file\fR=\fISECURE_CERT_FILE\fR
78 specify the certificate file for the SSL connection
79 .TP
80 \fB\-\-pkey\-file\fR=\fISECURE_PKEY_FILE\fR
81 specify the private key file for the SSL connection
82 .IP
83 NET\-RPC Configuration:
84 .TP
85 \fB\-\-netrpc\-interface\fR=\fINETRPC_INTERFACE\fR
86 specify the TCP IP address for the NETRPC protocol
87 .TP
88 \fB\-\-netrpc\-port\fR=\fINETRPC_PORT\fR
89 specify the TCP port for the NETRPC protocol
90 .TP
91 \fB\-\-no\-netrpc\fR
92 disable the NETRPC protocol
93 .IP
94 Static HTTP service:
95 .TP
96 \fB\-\-static\-http\-enable\fR
97 enable static HTTP service for serving plain HTML
98 files
99 .TP
100 \fB\-\-static\-http\-document\-root\fR=\fISTATIC_HTTP_DOCUMENT_ROOT\fR
101 specify the directory containing your static HTML
102 files (e.g '/var/www/')
103 .TP
104 \fB\-\-static\-http\-url\-prefix\fR=\fISTATIC_HTTP_URL_PREFIX\fR
105 specify the URL root prefix where you want web
106 browsers to access your static HTML files (e.g '/')
107 .IP
108 Testing Configuration:
109 .TP
110 \fB\-\-test\-file\fR=\fITEST_FILE\fR
111 Launch a YML test file.
112 .TP
113 \fB\-\-test\-report\-directory\fR=\fITEST_REPORT_DIRECTORY\fR
114 If set, will save sample of all reports in this
115 directory.
116 .TP
117 \fB\-\-test\-disable\fR
118 Disable loading test files.
119 .TP
120 \fB\-\-test\-commit\fR
121 Commit database changes performed by tests.
122 .IP
123 Logging Configuration:
124 .TP
125 \fB\-\-logfile\fR=\fILOGFILE\fR
126 file where the server log will be stored
127 .TP
128 \fB\-\-no\-logrotate\fR
129 do not rotate the logfile
130 .TP
131 \fB\-\-syslog\fR
132 Send the log to the syslog server
133 .TP
134 \fB\-\-log\-level\fR=\fILOG_LEVEL\fR
135 specify the level of the logging. Accepted values:
136 ['info', 'debug_rpc', 'warn', 'test', 'critical',
137 \&'debug_sql', 'error', 'debug', 'debug_rpc_answer',
138 \&'notset']
139 .IP
140 SMTP Configuration:
141 .TP
142 \fB\-\-email\-from\fR=\fIEMAIL_FROM\fR
143 specify the SMTP email address for sending email
144 .TP
145 \fB\-\-smtp\fR=\fISMTP_SERVER\fR
146 specify the SMTP server for sending email
147 .TP
148 \fB\-\-smtp\-port\fR=\fISMTP_PORT\fR
149 specify the SMTP port
150 .TP
151 \fB\-\-smtp\-ssl\fR
152 specify the SMTP server support SSL or not
153 .TP
154 \fB\-\-smtp\-user\fR=\fISMTP_USER\fR
155 specify the SMTP username for sending email
156 .TP
157 \fB\-\-smtp\-password\fR=\fISMTP_PASSWORD\fR
158 specify the SMTP password for sending email
159 .IP
160 Database related options:
161 .TP
162 \fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR
163 specify the database name
164 .TP
165 \fB\-r\fR DB_USER, \fB\-\-db_user\fR=\fIDB_USER\fR
166 specify the database user name
167 .TP
168 \fB\-w\fR DB_PASSWORD, \fB\-\-db_password\fR=\fIDB_PASSWORD\fR
169 specify the database password
170 .TP
171 \fB\-\-pg_path\fR=\fIPG_PATH\fR
172 specify the pg executable path
173 .TP
174 \fB\-\-db_host\fR=\fIDB_HOST\fR
175 specify the database host
176 .TP
177 \fB\-\-db_port\fR=\fIDB_PORT\fR
178 specify the database port
179 .TP
180 \fB\-\-db_maxconn\fR=\fIDB_MAXCONN\fR
181 specify the the maximum number of physical connections
182 to posgresql
183 .TP
184 \fB\-P\fR IMPORT_PARTIAL, \fB\-\-import\-partial\fR=\fIIMPORT_PARTIAL\fR
185 Use this for big data importation, if it crashes you
186 will be able to continue at the current state. Provide
187 a filename to store intermediate importation states.
188 .IP
189 Internationalisation options:
190 .IP
191 Use these options to translate OpenERP to another language.See i18n
192 section of the user manual. Option '\-d' is mandatory.Option '\-l' is
193 mandatory in case of importation
194 .TP
195 \fB\-l\fR LANGUAGE, \fB\-\-language\fR=\fILANGUAGE\fR
196 specify the language of the translation file. Use it
197 with \fB\-\-i18n\-export\fR or \fB\-\-i18n\-import\fR
198 .TP
199 \fB\-\-i18n\-export\fR=\fITRANSLATE_OUT\fR
200 export all sentences to be translated to a CSV file, a
201 PO file or a TGZ archive and exit
202 .TP
203 \fB\-\-i18n\-import\fR=\fITRANSLATE_IN\fR
204 import a CSV or a PO file with translations and exit.
205 The '\-l' option is required.
206 .TP
207 \fB\-\-modules\fR=\fITRANSLATE_MODULES\fR
208 specify modules to export. Use in combination with
209 \fB\-\-i18n\-export\fR
210 .TP
211 \fB\-\-addons\-path\fR=\fIADDONS_PATH\fR
212 specify an alternative addons path.
213 .IP
214 Security\-related options:
215 .TP
216 \fB\-\-no\-database\-list\fR
217 disable the ability to return the list of databases
218 .SH "SEE ALSO"
219 The full documentation for
220 .B OpenERP
221 is maintained as a Texinfo manual.  If the
222 .B info
223 and
224 .B OpenERP
225 programs are properly installed at your site, the command
226 .IP
227 .B info OpenERP
228 .PP
229 should give you access to the complete manual.