diff options
| author | Nicole Vreden <damba@mecka.net> | 2010-02-28 19:00:49 +0100 |
|---|---|---|
| committer | Nicole Vreden <damba@mecka.net> | 2010-02-28 19:00:49 +0100 |
| commit | ae265f858a7de7b68404e730d03ab4f97a7873df (patch) | |
| tree | 029962fcca9601741440cf84d195f616b231c184 /doc/asciidoc | |
| parent | cc027af517e9a83ec7a57869cceba08045882698 (diff) | |
doku, EflClient: minor fixes
Signed-off-by: Nicole Vreden <damba@mecka.net>
Diffstat (limited to 'doc/asciidoc')
| -rwxr-xr-x | doc/asciidoc/content.txt | 7 | ||||
| -rw-r--r-- | doc/asciidoc/install.txt | 65 |
2 files changed, 64 insertions, 8 deletions
diff --git a/doc/asciidoc/content.txt b/doc/asciidoc/content.txt index dc33ef4..d6022bb 100755 --- a/doc/asciidoc/content.txt +++ b/doc/asciidoc/content.txt @@ -1,10 +1,13 @@ -YALP - Yet Another Lovely Player -================================ +eYALP +===== :Author: Nicole Vreden :Email: <nicky.v@web.de> :Date: 26.02.2010 :Revision: 1.0 +Projektarbeit von {author} + + <<< include::yalp.txt[] diff --git a/doc/asciidoc/install.txt b/doc/asciidoc/install.txt index fefc52f..28dc850 100644 --- a/doc/asciidoc/install.txt +++ b/doc/asciidoc/install.txt @@ -1,13 +1,28 @@ Starten... ---------- +Zuerst muss der Benutzer die... + +...Datenbank einrichten... +~~~~~~~~~~~~~~~~~~~~~~~~~~ +...indem er den Datenbank-Dump folgendermassen importiert: + +/usr/bin/psql -U yalp -w yalp -h localhost -f yalp-db.backup + +Der Dump wurde mit folgendem Kommando erstellt: + +/usr/bin/pg_dump -U yalp -w yalp -h localhost -f p -C -o -v -f +"yalp-db.backup" + + +Anschliessend folgt das Starten... ...des Servers... ~~~~~~~~~~~~~~~~~ -indem man im Verzeichnis yalp das Skript server.sh ausfuehrt. +...indem man im Verzeichnis yalp das Skript server.sh ausfuehrt. ...des InputPlugins... ~~~~~~~~~~~~~~~~~~~~~~ -... im yalp-Verzeichnis mit ./start-java.sh yalpPGSqlInput.jar +...im yalp-Verzeichnis mit ./start-java.sh yalpPGSqlInput.jar ...des OutputPlugins... ~~~~~~~~~~~~~~~~~~~~~~~ @@ -17,9 +32,47 @@ indem man im Verzeichnis yalp das Skript server.sh ausfuehrt. ~~~~~~~~~~~~~~~~~ ...im yalp-Verzeichnis mit ./efl-gui.sh -Ausserdem muss der Benutzer noch die... -...Datenbank einrichten... -~~~~~~~~~~~~~~~~~~~~~~~~~~ -...indem er +OpenMoko einrichten +------------------- +Das SHR-Projekt stellt Images zur Verfuegung welche alle benoetigten +Komponenten beinhalten. (http://build.shr-project.org) + +http://shr-project.org/trac/wiki/Install[Die SHR-Project Homepage] beschreibt +die Installation des SHR-Images auf dem OpenMoko + +OpenMoko per USB mit Linux-PC verbinden. OpenMoko meldet sich als +Ethernet-Gadget: +--------------------------------------------------------------------- +[257233.421118] eth1: register 'cdc_ether' at usb-0000:00:1d.1-1, CDC Ethernet +Device, 00:1f:11:01:31:2d +[257233.461876] udev: renamed network interface eth1 to eth4 +--------------------------------------------------------------------- + +Mit ifconfig die Schnittstelle konfigurieren + +----------------------------------- +sudo ifconfig eth4 192.168.0.200 up +----------------------------------- + +Per SSH mit dem OpenMoko verbinden +----- +ssh root@192.168.0.202 +---- + +Auf dem OpenMoko das WLAN konfigurieren +--- +/sbin/ifconfig eth0 up +/sbin/iwconfig eth0 essid <essid> enc <wepkey> essid <essid> +udhcpc eth0 +--- + +http://mecka.net/eYalp/eYalp.tar.gz[eYalp] fuer OpenMoko herunterladen und mit +----- +tar -xzf eYalp.tar.gz -C / +----- +entpacken. + +In /etc/eYalp.conf die IP-Adresse und Port des NameServices angeben. +Zum Starten, ein Terminal oeffnen und eYalp eingeben. |
