This file is indexed.

/usr/share/doc/tryton-client-doc/html/_sources/de_DE/installation.txt is in tryton-client-doc 3.0.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Tryton Installation
===================

Voraussetzungen
---------------

 * Python 2.4 oder neuer (http://www.python.org/)
 * pygtk 2.0 oder neuer (http://www.pygtk.org/)
 * librsvg (http://librsvg.sourceforge.net/)
 * python-dateutil (http://labix.org/python-dateutil)
 * simplejson (http://undefined.org/python/#simplejson)
 * Optional: pytz (http://pytz.sourceforge.net/)

Installation
------------

Nach dem Herunterladen und Auspacken der Tryton Quellen wechselt man in das
Verzeichnis in welches das Archiv ausgepackt wurde und führt folgenden Befehl
aus:

    ``python setup.py install``

Für diesen Schritt können Administrator/root Berechtigungen benötigt
werden, da dieser Befehl Tryton standardmäßig in das systemweite Python
site-package Verzeichnis installiert.

Für weitere Installationsoptionen kann man die Dokumentation von
easy_install__ oder distutils__ beachten.

__ http://peak.telecommunity.com/DevCenter/EasyInstall

__ http://docs.python.org/inst/inst.html

Um Tryton ohne Installation zu benutzen kann man ``bin/tryton`` im Verzeichnis
des entpackten Archiv aufrufen.