SYNOPSIS
trytondDESCRIPTION
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.This script runs the the server (WSGI App).
OPTIONS
Usage: trytond [options]
- --version
- show program's version number and exit
- -h, --help
- show this help message and exit
- -c CONFIG, --config=CONFIG
- specify config file
- --dev
- enable development mode (caching disabled)
- -v, --verbose
- enable verbose mode
- -d DATABASE [DATABASE ...], --database DATABASE [DATABASE ...]
- specify the database name
- --pidfile FILE
- file where the server pid will be stored
- --logconf FILE
-
logging configuration file (ConfigParser format)
FILES
/etc/tryton/trytond.conf, /etc/tryton/trytond_log.conf
HOMEPAGE
More information about the Tryton server and the Tryton project can be found at <http://www.tryton.org/>.
AUTHOR
Tryton server was written by the Tryton project <http://www.tryton.org/>.This manual page was written by Daniel Baumann <[email protected]> and Mathias Behrle <[email protected]>.