Here are AdamShand's initial hacked up docs describing his first installation of the Wireless Node Database.
- Create database
- Create user
- Grant user privs to database
- Load database
{{{mysql -u root -p -h localhost wndb < /tmp/wndb.sql
}}}
- setup apache (debian works better with apache-perl)
- install mason
- install mapserver (you must use version 3.3)
- install mod_perl (apacheconfig to load modperl module)
- install libtime-hires-perl, perlmagick and libgd-gif1 freetype2 libttf2
- phpmyadmin good web based mysql frontend for sql idiots like myself.
- fix the paths on all the files
- set the password for the database in lib/SQLAccessMYSQL.pm
{{{$user ||= 'wndb';
$pass ||= 'password';}}}
- change use lib for your perl path to mapserver in obj/tools/newfetch_image, lib/Wireless/Map/Mapblast.pm, mason/tools/fetch_image and obj/tools/fetch_image
- check paths for proj and cs2cs (in /lib/wireless/Nodes.pm and Util.pm and mason/ tools/latlon_utm and mason/tools/utm_latlon)
- fix paths for redpin.gif, /home/matt/bluepin.gif, /home/matt/bludot5.gif and /home/matt/reddot5.gif in (obj/tools/newfetch_image)
- compile and install map server (requires proj libjpeg-dev libgd-dev libtiff-dev zlib1g-dev libpng2-dev libungif4)

