.TH TRYTOND 1 "2014\-10\-21" "3.4" "Tryton Application Platform" .SH NAME trytond \- Tryton Application Platform (Server) .SH SYNOPSIS \fBtrytond\fR .SH DESCRIPTION Tryton is a high-level general purpose application platform written in Python and using PostgreSQL as database engine. It is the core base of an ERP. .SH OPTIONS Usage: trytond [options] .PP .PD 0 .TP 20 .BI \--version show program's version number and exit .TP .B \-h, --help show this help message and exit .TP .B \-c CONFIG, --config=CONFIG specify config file .TP .B \--dev enable development mode (caching disabled) .TP .B \-v, --verbose enable verbose mode .TP .B \-d DATABASE [DATABASE ...], --database DATABASE [DATABASE ...] specify the database name .TP .B \-u MODULE [MODULE ...], --update MODULE [MODULE ...] update a module .TP .B \--all update all installed modules The first time a database is initialized the admin password is read from a file defined by the TRYTONPASSFILE environment variable or interactively asked from the user. The config file can be specified in the TRYTOND_CONFIG environment variable. The database URI can be specified in the TRYTOND_DATABASE_URI environment variable. .TP .B \--pidfile FILE file where the server pid will be stored .TP .B \--logconf FILE logging configuration file (ConfigParser format) .TP .B \--cron enable internal cron .SH FILES \fB/etc/trytond.conf\fR .SH SEE ALSO \fItryton\fR(1) .SH HOMEPAGE More information about the Tryton server and the Tryton project can be found at <\fIhttp://www.tryton.org/\fR>. .SH AUTHOR Tryton server was written by the Tryton project <\fIhttp://www.tryton.org/\fR>. .PP This manual page was written by Daniel Baumann <\fIdaniel@debian.org\fR> and Mathias Behrle <\fImathiasb@m9s.biz\fR>.