Benutzer-Werkzeuge

Webseiten-Werkzeuge


howto:openwrt-vm

Dies ist eine alte Version des Dokuments!


How do I install volkszaehler in a VMware running OpenWRT

keeping to this howto do this:

config 'interface' 'lan'
  option 'ifname' 'eth0'
  option 'proto' 'dhcp'
  • set a new root password:
    • passwd
  • update package list:
    • opkg update
  • install required packages
    • opkg install php5-mod-pgsql lighttpd coreutils-su php5-mod-pdo-pgsql php5-mod-json
  • get PostgreSQL running:
    • echo „postgres:x:10000:“ » /etc/group
    • echo „postgres:*:10000:10000:PostgreSQL administrator:/tmp:/bin/ash“ » /etc/passwd
  • mkdir /volkszaehler
howto/openwrt-vm.1288736995.txt.gz · Zuletzt geändert: 2011/05/29 13:09 (Externe Bearbeitung)