fix_man_page

bzr revid: fp@tinyerp.com-20101221202727-lsq8uhdwf85nixds
This commit is contained in:
Fabien Pinckaers 2010-12-21 21:27:27 +01:00
parent e15952531b
commit acb90442a6
1 changed files with 103 additions and 68 deletions

View File

@ -1,21 +1,10 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36. .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
.TH OPENERP "1" "March 2009" "OpenERP Server 5.0.0" "User Commands" .TH OPENERP "1" "December 2010" "OpenERP Server 6.0.0-rc1" "User Commands"
.SH NAME .SH NAME
OpenERP \- manual page for OpenERP Server 5.0.0 OpenERP \- manual page for OpenERP Server 6.0.0-rc1
.SH SYNOPSIS .SH SYNOPSIS
.B openerp-server.py .B openerp-server.py
[\fIoptions\fR] [\fIoptions\fR]
.SH DESCRIPTION
OpenERP is an Enterprise Resource Planning and Customer Relationship
Management software package. It is developed to meet changing needs.
The main functional features are: CRM and SRM, analytic and financial
accounting, double-entry stock management, sales and purchases management,
tasks automation, a help desk, marketing campaigns, and vertical modules
for very specific businesses. Technical features include a distributed
server, flexible workflows, an object database, a dynamic GUI, customizable
reports, and a NET-RPC and XML-RPC interface.
.SH OPTIONS .SH OPTIONS
.TP .TP
\fB\-\-version\fR \fB\-\-version\fR
@ -33,24 +22,6 @@ save configuration to ~/.openerp_serverrc
\fB\-\-pidfile\fR=\fIPIDFILE\fR \fB\-\-pidfile\fR=\fIPIDFILE\fR
file where the server pid will be stored file where the server pid will be stored
.TP .TP
\fB\-n\fR INTERFACE, \fB\-\-interface\fR=\fIINTERFACE\fR
specify the TCP IP address
.TP
\fB\-p\fR PORT, \fB\-\-port\fR=\fIPORT\fR
specify the TCP port
.TP
\fB\-\-net_interface\fR=\fINETINTERFACE\fR
specify the TCP IP address for netrpc
.TP
\fB\-\-net_port\fR=\fINETPORT\fR
specify the TCP port for netrpc
.TP
\fB\-\-no\-netrpc\fR
disable netrpc
.TP
\fB\-\-no\-xmlrpc\fR
disable xmlrpc
.TP
\fB\-i\fR INIT, \fB\-\-init\fR=\fIINIT\fR \fB\-i\fR INIT, \fB\-\-init\fR=\fIINIT\fR
init a module (use "all" for all modules) init a module (use "all" for all modules)
.TP .TP
@ -64,6 +35,10 @@ update a module (use "all" for all modules)
\fB\-\-cache\-timeout\fR=\fICACHE_TIMEOUT\fR \fB\-\-cache\-timeout\fR=\fICACHE_TIMEOUT\fR
set the timeout for the cache system set the timeout for the cache system
.TP .TP
\fB\-t\fR TIMEZONE, \fB\-\-timezone\fR=\fITIMEZONE\fR
specify reference timezone for the server (e.g.
Europe/Brussels
.TP
\fB\-\-stop\-after\-init\fR \fB\-\-stop\-after\-init\fR
stop the server after it initializes stop the server after it initializes
.TP .TP
@ -73,34 +48,96 @@ enable debug mode
\fB\-\-assert\-exit\-level\fR=\fIASSERT_EXIT_LEVEL\fR \fB\-\-assert\-exit\-level\fR=\fIASSERT_EXIT_LEVEL\fR
specify the level at which a failed assertion will specify the level at which a failed assertion will
stop the server. Accepted values: ['info', stop the server. Accepted values: ['info',
\&'debug_rpc', 'warn', 'critical', 'error', 'debug', \&'debug_rpc', 'warn', 'test', 'critical', 'debug_sql',
\&'notset'] \&'error', 'debug', 'debug_rpc_answer', 'notset']
.IP
.SH SSL CONFIGURATION XML\-RPC Configuration:
.TP .TP
\fB\-S\fR, \fB\-\-secure\fR \fB\-\-xmlrpc\-interface\fR=\fIXMLRPC_INTERFACE\fR
launch server over https instead of http specify the TCP IP address for the XML\-RPC protocol
.TP
\fB\-\-xmlrpc\-port\fR=\fIXMLRPC_PORT\fR
specify the TCP port for the XML\-RPC protocol
.TP
\fB\-\-no\-xmlrpc\fR
disable the XML\-RPC protocol
.IP
XML\-RPC Secure Configuration:
.TP
\fB\-\-xmlrpcs\-interface\fR=\fIXMLRPCS_INTERFACE\fR
specify the TCP IP address for the XML\-RPC Secure
protocol
.TP
\fB\-\-xmlrpcs\-port\fR=\fIXMLRPCS_PORT\fR
specify the TCP port for the XML\-RPC Secure protocol
.TP
\fB\-\-no\-xmlrpcs\fR
disable the XML\-RPC Secure protocol
.TP .TP
\fB\-\-cert\-file\fR=\fISECURE_CERT_FILE\fR \fB\-\-cert\-file\fR=\fISECURE_CERT_FILE\fR
specify the certificate file for the SSL connection specify the certificate file for the SSL connection
.TP .TP
\fB\-\-pkey\-file\fR=\fISECURE_PKEY_FILE\fR \fB\-\-pkey\-file\fR=\fISECURE_PKEY_FILE\fR
specify the private key file for the SSL connection specify the private key file for the SSL connection
.IP
.SH LOGGING CONFIGURATION NET\-RPC Configuration:
.TP
\fB\-\-netrpc\-interface\fR=\fINETRPC_INTERFACE\fR
specify the TCP IP address for the NETRPC protocol
.TP
\fB\-\-netrpc\-port\fR=\fINETRPC_PORT\fR
specify the TCP port for the NETRPC protocol
.TP
\fB\-\-no\-netrpc\fR
disable the NETRPC protocol
.IP
Static HTTP service:
.TP
\fB\-\-static\-http\-enable\fR
enable static HTTP service for serving plain HTML
files
.TP
\fB\-\-static\-http\-document\-root\fR=\fISTATIC_HTTP_DOCUMENT_ROOT\fR
specify the directory containing your static HTML
files (e.g '/var/www/')
.TP
\fB\-\-static\-http\-url\-prefix\fR=\fISTATIC_HTTP_URL_PREFIX\fR
specify the URL root prefix where you want web
browsers to access your static HTML files (e.g '/')
.IP
Testing Configuration:
.TP
\fB\-\-test\-file\fR=\fITEST_FILE\fR
Launch a YML test file.
.TP
\fB\-\-test\-report\-directory\fR=\fITEST_REPORT_DIRECTORY\fR
If set, will save sample of all reports in this
directory.
.TP
\fB\-\-test\-disable\fR
Disable loading test files.
.TP
\fB\-\-test\-commit\fR
Commit database changes performed by tests.
.IP
Logging Configuration:
.TP .TP
\fB\-\-logfile\fR=\fILOGFILE\fR \fB\-\-logfile\fR=\fILOGFILE\fR
file where the server log will be stored file where the server log will be stored
.TP .TP
\fB\-\-no\-logrotate\fR
do not rotate the logfile
.TP
\fB\-\-syslog\fR \fB\-\-syslog\fR
Send the log to the syslog server Send the log to the syslog server
.TP .TP
\fB\-\-log\-level\fR=\fILOG_LEVEL\fR \fB\-\-log\-level\fR=\fILOG_LEVEL\fR
specify the level of the logging. Accepted values: specify the level of the logging. Accepted values:
['info', 'debug_rpc', 'warn', 'critical', 'error', ['info', 'debug_rpc', 'warn', 'test', 'critical',
\&'debug', 'notset'] \&'debug_sql', 'error', 'debug', 'debug_rpc_answer',
\&'notset']
.SH SMTP CONFIGURATION .IP
SMTP Configuration:
.TP .TP
\fB\-\-email\-from\fR=\fIEMAIL_FROM\fR \fB\-\-email\-from\fR=\fIEMAIL_FROM\fR
specify the SMTP email address for sending email specify the SMTP email address for sending email
@ -111,7 +148,7 @@ specify the SMTP server for sending email
\fB\-\-smtp\-port\fR=\fISMTP_PORT\fR \fB\-\-smtp\-port\fR=\fISMTP_PORT\fR
specify the SMTP port specify the SMTP port
.TP .TP
\fB\-\-smtp\-ssl\fR=\fISMTP_SSL\fR \fB\-\-smtp\-ssl\fR
specify the SMTP server support SSL or not specify the SMTP server support SSL or not
.TP .TP
\fB\-\-smtp\-user\fR=\fISMTP_USER\fR \fB\-\-smtp\-user\fR=\fISMTP_USER\fR
@ -119,12 +156,8 @@ specify the SMTP username for sending email
.TP .TP
\fB\-\-smtp\-password\fR=\fISMTP_PASSWORD\fR \fB\-\-smtp\-password\fR=\fISMTP_PASSWORD\fR
specify the SMTP password for sending email specify the SMTP password for sending email
.TP .IP
\fB\-\-price_accuracy\fR=\fIPRICE_ACCURACY\fR Database related options:
specify the price accuracy
.SH DATABASE RELATED OPTIONS
.TP .TP
\fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR \fB\-d\fR DB_NAME, \fB\-\-database\fR=\fIDB_NAME\fR
specify the database name specify the database name
@ -152,9 +185,9 @@ to posgresql
Use this for big data importation, if it crashes you Use this for big data importation, if it crashes you
will be able to continue at the current state. Provide will be able to continue at the current state. Provide
a filename to store intermediate importation states. a filename to store intermediate importation states.
.IP
.SH INTERNATIONALISATION OPTIONS Internationalisation options:
.IP
Use these options to translate OpenERP to another language.See i18n Use these options to translate OpenERP to another language.See i18n
section of the user manual. Option '\-d' is mandatory.Option '\-l' is section of the user manual. Option '\-d' is mandatory.Option '\-l' is
mandatory in case of importation mandatory in case of importation
@ -177,18 +210,20 @@ specify modules to export. Use in combination with
.TP .TP
\fB\-\-addons\-path\fR=\fIADDONS_PATH\fR \fB\-\-addons\-path\fR=\fIADDONS_PATH\fR
specify an alternative addons path. specify an alternative addons path.
.IP
.SH FILES Security\-related options:
~/.openerp_serverrc .TP
\fB\-\-no\-database\-list\fR
.SH AUTHORS disable the ability to return the list of databases
.SH "SEE ALSO"
OpenERP is a product of \fBTiny.be\fR (\fIhttp://www.tiny.be\fR) The full documentation for
.B OpenERP
.SH SEE ALSO is maintained as a Texinfo manual. If the
openerp_serverrc(5) .B info
openerp(1) and
.br .B OpenERP
\fIhttp://www.openerp.com\fR : Open ERP official website programs are properly installed at your site, the command
.br .IP
\fIhttp://doc.openerp.com\fR : Open ERP documentation .B info OpenERP
.PP
should give you access to the complete manual.