Benutzer-Werkzeuge

Webseiten-Werkzeuge


howto:openwrt-vm

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
howto:openwrt-vm [2010/12/26 00:55] – Externe Bearbeitung 127.0.0.1howto:openwrt-vm [2019/11/04 11:24] (aktuell) – Warnung Version jau
Zeile 1: Zeile 1:
-===== How do I install volkszaehler in VMware running OpenWRT =====+===== Volkszaehler in einer VMware mit OpenWRT installieren ===== 
 + 
 +<note warning>Diese Anleitung ist lange nicht mehr aktualisiert worden und weicht in wichtigen Punkten von der aktuellen Version ab.\\ 
 +This description is out of date, it differs in important steps from the actual version.</note>
  
 keeping to [[http://wiki.openwrt.org/oldwiki/RunningKamikazeOnVMwareHowTo|this howto]] do this: keeping to [[http://wiki.openwrt.org/oldwiki/RunningKamikazeOnVMwareHowTo|this howto]] do this:
Zeile 7: Zeile 10:
   * download [[http://volkszaehler.org/sparedisk-1G.vmdk.gz|the g'zipped prebuilt 1 GB spare disk image in vmware disk image format]] and gunzip it or roll your own:   * download [[http://volkszaehler.org/sparedisk-1G.vmdk.gz|the g'zipped prebuilt 1 GB spare disk image in vmware disk image format]] and gunzip it or roll your own:
     * create a new file system for the db in an appropiate size - you might want to start with 1 GB:     * create a new file system for the db in an appropiate size - you might want to start with 1 GB:
-<code>dd if=/dev/zero of=disk.img bs=100M count=10</code>+<code>dd if=/dev/zero of=disk.img bs=1024M count=10</code>
     * create an ext2 file system in that image     * create an ext2 file system in that image
 <code>mkfs.ext2 sparedisk-1G.img</code> <code>mkfs.ext2 sparedisk-1G.img</code>
Zeile 49: Zeile 52:
 cd /overlay cd /overlay
 git clone git:\/\/github.com/volkszaehler/volkszaehler.org.git git clone git:\/\/github.com/volkszaehler/volkszaehler.org.git
-cd /overlay/volkszaehler.org/volkszaehler.org/backend/+cd /overlay/volkszaehler.org/volkszaehler.org/middleware/
 </code> </code>
     * copy the config template and modify it to your needs:     * copy the config template and modify it to your needs:
Zeile 103: Zeile 106:
  
 todos: todos:
-* mount /overlay at boot time +  * mount /overlay at boot time 
-* start mysqld at boot time ("To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system" +  * start mysqld at boot time ("To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system" 
-cd /usr ; /usr/bin/mysqld & (ohne _safe, weil nicht da!) +    cd /usr ; /usr/bin/mysqld & (ohne _safe, weil nicht da!) 
-/usr/bin/mysqladmin -u root password 'new-password' +    /usr/bin/mysqladmin -u root password 'new-password' 
-/usr/bin/mysqladmin -u root -h backfire password 'new-password' +    /usr/bin/mysqladmin -u root -h backfire password 'new-password' 
-* start lighttpd at boot timesession+  * start lighttpd at boot time
howto/openwrt-vm.1293321309.txt.gz · Zuletzt geändert: 2011/05/29 13:09 (Externe Bearbeitung)