[FIX] gamification: correct name of ir.rule fixing bad copy-paste
[odoo/odoo.git] / install / 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 Static HTTP service:
84 .TP
85 \fB\-\-static\-http\-enable\fR
86 enable static HTTP service for serving plain HTML
87 files
88 .TP
89 \fB\-\-static\-http\-document\-root\fR=\fISTATIC_HTTP_DOCUMENT_ROOT\fR
90 specify the directory containing your static HTML
91 files (e.g '/var/www/')
92 .TP
93 \fB\-\-static\-http\-url\-prefix\fR=\fISTATIC_HTTP_URL_PREFIX\fR
94 specify the URL root prefix where you want web
95 browsers to access your static HTML files (e.g '/')
96 .IP
97 Testing Configuration:
98 .TP
99 \fB\-\-test\-file\fR=\fITEST_FILE\fR
100 Launch a YML test file.
101 .TP
102 \fB\-\-test\-report\-directory\fR=\fITEST_REPORT_DIRECTORY\fR
103 If set, will save sample of all reports in this
104 directory.
105 .TP
106 \fB\-\-test\-disable\fR
107 Disable loading test files.
108 .TP
109 \fB\-\-test\-commit\fR
110 Commit database changes performed by tests.
111 .IP
112 Logging Configuration:
113 .TP
114 \fB\-\-logfile\fR=\fILOGFILE\fR
115 file where the server log will be stored
116 .TP
117 \fB\-\-no\-logrotate\fR
118 do not rotate the logfile
119 .TP
120 \fB\-\-syslog\fR
121 Send the log to the syslog server
122 .TP
123 \fB\-\-log\-level\fR=\fILOG_LEVEL\fR
124 specify the level of the logging. Accepted values:
125 ['info', 'debug_rpc', 'warn', 'test', 'critical',
126 \&'debug_sql', 'error', 'debug', 'debug_rpc_answer',
127 \&'notset']
128 .IP
129 SMTP Configuration:
130 .TP
131 \fB\-\-email\-from\fR=\fIEMAIL_FROM\fR
132 specify the SMTP email address for sending email
133 .TP
134 \fB\-\-smtp\fR=\fISMTP_SERVER\fR
135 specify the SMTP server for sending email
136 .TP
137 \fB\-\-smtp\-port\fR=\fISMTP_PORT\fR
138 specify the SMTP port
139 .TP
140 \fB\-\-smtp\-ssl\fR
141 specify the SMTP server support SSL or not
142 .TP
143 \fB\-\-smtp\-user\fR=\fISMTP_USER\fR
144 specify the SMTP username for sending email
145 .TP
146 \fB\-\-smtp\-password\fR=\fISMTP_PASSWORD\fR
147 specify the SMTP password for sending email
148 .IP
149 Database related options:
150 .TP
151 \fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR
152 specify the database name
153 .TP
154 \fB\-r\fR DB_USER, \fB\-\-db_user\fR=\fIDB_USER\fR
155 specify the database user name
156 .TP
157 \fB\-w\fR DB_PASSWORD, \fB\-\-db_password\fR=\fIDB_PASSWORD\fR
158 specify the database password
159 .TP
160 \fB\-\-pg_path\fR=\fIPG_PATH\fR
161 specify the pg executable path
162 .TP
163 \fB\-\-db_host\fR=\fIDB_HOST\fR
164 specify the database host
165 .TP
166 \fB\-\-db_port\fR=\fIDB_PORT\fR
167 specify the database port
168 .TP
169 \fB\-\-db_maxconn\fR=\fIDB_MAXCONN\fR
170 specify the the maximum number of physical connections
171 to posgresql
172 .TP
173 \fB\-P\fR IMPORT_PARTIAL, \fB\-\-import\-partial\fR=\fIIMPORT_PARTIAL\fR
174 Use this for big data importation, if it crashes you
175 will be able to continue at the current state. Provide
176 a filename to store intermediate importation states.
177 .IP
178 Internationalisation options:
179 .IP
180 Use these options to translate OpenERP to another language.See i18n
181 section of the user manual. Option '\-d' is mandatory.Option '\-l' is
182 mandatory in case of importation
183 .TP
184 \fB\-l\fR LANGUAGE, \fB\-\-language\fR=\fILANGUAGE\fR
185 specify the language of the translation file. Use it
186 with \fB\-\-i18n\-export\fR or \fB\-\-i18n\-import\fR
187 .TP
188 \fB\-\-i18n\-export\fR=\fITRANSLATE_OUT\fR
189 export all sentences to be translated to a CSV file, a
190 PO file or a TGZ archive and exit
191 .TP
192 \fB\-\-i18n\-import\fR=\fITRANSLATE_IN\fR
193 import a CSV or a PO file with translations and exit.
194 The '\-l' option is required.
195 .TP
196 \fB\-\-modules\fR=\fITRANSLATE_MODULES\fR
197 specify modules to export. Use in combination with
198 \fB\-\-i18n\-export\fR
199 .TP
200 \fB\-\-addons\-path\fR=\fIADDONS_PATH\fR
201 specify an alternative addons path.
202 .IP
203 Security\-related options:
204 .TP
205 \fB\-\-no\-database\-list\fR
206 disable the ability to return the list of databases
207 .SH "SEE ALSO"
208 The full documentation for
209 .B OpenERP
210 is maintained as a Texinfo manual.  If the
211 .B info
212 and
213 .B OpenERP
214 programs are properly installed at your site, the command
215 .IP
216 .B info OpenERP
217 .PP
218 should give you access to the complete manual.