Just some notes about how to instal tryton on debian lenny.
Add repositories
# Debian Tryton Maintainers deb http://tryton.debian-maintainers.org/ lenny main contrib non-free
Trust their key:
wget -q -O – http://tryton.debian-maintainers.org/project/openpgp/archive-key.asc | apt-key add -
Install server and client.
aptitude install tryton-server tryton-client
Setup the Data base stuff. Set up a tryton user/password and [...]
