summaryrefslogtreecommitdiff
path: root/doc/asciidoc
diff options
context:
space:
mode:
authorNicole Vreden <damba@mecka.net>2010-02-28 13:55:18 +0100
committerNicole Vreden <damba@mecka.net>2010-02-28 13:55:18 +0100
commitda97e53719ce27459cacc15efcf18aea0f13cf83 (patch)
tree102f32e57a17102650b39f51a9196847fb71b58e /doc/asciidoc
parentfd7f505d9480c84505f7e8ae0cb56bb735444c4b (diff)
Documentation: added Chapter Installation
Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'doc/asciidoc')
-rwxr-xr-xdoc/asciidoc/content.txt2
-rw-r--r--doc/asciidoc/install.txt22
-rw-r--r--doc/asciidoc/yalp.txt12
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