diff options
Diffstat (limited to 'doc/asciidoc')
| -rwxr-xr-x | doc/asciidoc/content.txt | 2 | ||||
| -rw-r--r-- | doc/asciidoc/install.txt | 22 | ||||
| -rw-r--r-- | doc/asciidoc/yalp.txt | 12 |
3 files changed, 32 insertions, 4 deletions
diff --git a/doc/asciidoc/content.txt b/doc/asciidoc/content.txt index eea005b..dc33ef4 100755 --- a/doc/asciidoc/content.txt +++ b/doc/asciidoc/content.txt @@ -3,7 +3,7 @@ YALP - Yet Another Lovely Player :Author: Nicole Vreden :Email: <nicky.v@web.de> :Date: 26.02.2010 -:Revision: 0.2 +:Revision: 1.0 <<< include::yalp.txt[] diff --git a/doc/asciidoc/install.txt b/doc/asciidoc/install.txt index 3dc359d..9d78b1e 100644 --- a/doc/asciidoc/install.txt +++ b/doc/asciidoc/install.txt @@ -1,3 +1,21 @@ -Installieren ------------- +Starten... +---------- + +...des Servers... +~~~~~~~~~~~~~~~~~ +indem man im Verzeichnis yalp das Skript server.sh ausfuehrt. + +...des InputPlugins... +~~~~~~~~~~~~~~~~~~~~~~ +... im yalp-Verzeichnis mit ./start-java.sh yalpPGSqlInput.jar + +...des OutputPlugins... +~~~~~~~~~~~~~~~~~~~~~~~ +...im yalp-Verzeichnis mit ./start-java.sh yalpVlcTelnetOutput.jar + +...des Clients... +~~~~~~~~~~~~~~~~~ +...im yalp-Verzeichnis mit ./efl-gui.sh + + diff --git a/doc/asciidoc/yalp.txt b/doc/asciidoc/yalp.txt index 95698cb..fea65a6 100644 --- a/doc/asciidoc/yalp.txt +++ b/doc/asciidoc/yalp.txt @@ -1,6 +1,5 @@ Der YALP-Client --------------- - ...kann... ~~~~~~~~~~ ...Medien die im Filesystem des Servers gespeichert sind @@ -24,6 +23,17 @@ Der YALP-Client * EFL: Enlightenment Foundation Libraries fuer das GUI-Design * postgreSQL: serverseitiges DBMS zur Speicherung der Medieninformationen +...benoetigt... +~~~~~~~~~~~~~~~ +...folgende Installationen: + +python2.5: Download von +http://www.python.org/download/releases/2.5.5/[der Python-Homepage] + +EFL-Bindings: Download von +http://packages.enlightenment.org/[der Enlightenment-Homepage] + + ...wurde entwickelt... ~~~~~~~~~~~~~~~~~~~~~~ ...in Python. Die grafische Oberflaeche wurde mit Hilfe der Enlightenment |
