Tryton Server

Tryton 2.6 in Debian wheezy installieren

aptitude install tryton-server
apt-get remove tryton-server
wget -O /tmp/tryton.tgz http://downloads.tryton.org/2.6/trytond-2.6.3.tar.gz
mkdir /usr/local/src/tryton
cd /usr/local/src/tryton
tar zxf /tmp/tryton.tgz
cd tryton-2.6.3
python setup.py install

Nacharbeiten

verschiedene Tryton Versionen parallel installieren

session timeout

Im Standard werden Benutzer nach 10 Minuten Inaktivität nach ihrem Passwort gefragt. das ist im Tagesbetrieb zu häufig. Der Timeout lässt sich in trytond.conf einstellen:

# Configure the session timeout (inactivity of the client in sec)
session_timeout = 40000


Tryton Client

Tryton Client 2.4 in Debian 6 (squeeze) installieren

Tryton Client 2.4 in Debian 7 (wheezy) installieren


Creative Commons Lizenzvertrag
This page is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.