wview setup on RaspberryPi (armhf) http://www.raspberrypi.org
http://www.wviewweather.com
takes about 50 to 60 m STEP 0 - download Raspbian (armhf) Download this torrent or use the direct download and write it on your sdcard (2Gb or more)
STEP 1 - set repositories $ sudo nano /etc/apt/sources.list deb http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi deb-src http://mirrordirector.raspbian.org/raspbian/ wheezy main contrib non-free rpi
$ sudo apt-get update
STEP 2 - installation Now you can do an “script” instalation or an “manual” instalation THE SCRIPT MODE $ wget http://goo.gl/yiaz0 -O wview-install-raspbian.sh $ chmod +x wview-install-raspbian.sh ; ./wview-install-raspbian.sh
THE MANUAL MODE
2012-10-28-wheezy-raspbian.img - STATUS: OK $ sudo apt-get install --yes build-essential zlib1g-dev libpng12-dev libreadlinedev gawk libsqlite3-dev sqlite3 libgd2-xpm libgd2-xpm-dev libssl-dev sendmail sendemail libcurl4-openssl-dev libusb-1.0-0 libusb-1.0-0-dev apache2 php5 php5-sqlite libapache2-mod-php5 ntp tnftp wget $ wget http://downloads.sourceforge.net/radlib/radlib-2.12.0.tar.gz $ tar zxvf radlib-2.12.0.tar.gz $ cd radlib-2.12.0 $ ./configure --enable-sqlite --prefix=/ --bindir=/usr/bin --sysconfdir=/etc -localstatedir=/var/lib --libdir=/usr/lib $ sudo make install $ cd .. $ wget http://downloads.sourceforge.net/wview/wview-5.20.2.tar.gz $ tar zxvf wview-5.20.2.tar.gz $ cd wview-5.20.2 $ ./configure --prefix=/ --bindir=/usr/bin --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib $ sudo make install $ cd .. $ $ $ $ $
STEP 4 - tunning up: If you want start/stop control of wview from the Management Web Site (and you are comfortable giving the http server user account sudo privileges): Add the http user to the sudo group: $ sudo adduser www-data sudo
2012-10-28-wheezy-raspbian.img - STATUS: OK Update /etc/sudoers to allow start/stop control: $ sudo visudo (Add the following lines to the bottom of the file): Cmnd_Alias WVIEW = /etc/init.d/wview www-data ALL= NOPASSWD: WVIEW
If you want the customized Raspi wview icon $ sudo wget https://dl.dropbox.com/u/2427470/raspberry/wview/wview-100x100.png -O /var/ lib/wviewmgmt/wview-100x100.png
TOO MUCH CODE? Try downloading this pie already cooked here. Tanks to every one at Google Group wview
wview setup on RaspberryPi (armhf) -
Oct 28, 2012 - sudo wget https://dl.dropbox.com/u/2427470/raspberry/wview/wview-100x100.png -O /var/ lib/wviewmgmt/wview-100x100.png. UPGRADE: sudo apt-get update && sudo apt-get install raspi-config libraspberrypi*. TOO MUCH CODE? Try downloading this pie already cooked here. Tanks to every one at ...