Difference between revisions of "Database/Map/Server"
From Open Maps wiki
(→RPi side) |
(→RPi side) |
||
Line 6: | Line 6: | ||
== RPi side == | == RPi side == | ||
− | |||
− | + | Lets set up our map server with local cached image files | |
− | |||
− | |||
− | |||
# [http://elinux.org/RPi_Nginx_Webserver install Nginx instead] | # [http://elinux.org/RPi_Nginx_Webserver install Nginx instead] | ||
+ | # Make a link to /var/www to make things easier: "sudo ln -s /var/www /home/USER/code" | ||
# [http://wiki.nginx.org/PHPFcgiExample now set up PHP with fastCGI] | # [http://wiki.nginx.org/PHPFcgiExample now set up PHP with fastCGI] | ||
# [http://gis.stackexchange.com/a/102775 set up mapserv] | # [http://gis.stackexchange.com/a/102775 set up mapserv] |
Revision as of 04:14, 23 February 2015
Client Side
extract the location client-side with EXIF-JS
RPi side
Lets set up our map server with local cached image files
- install Nginx instead
- Make a link to /var/www to make things easier: "sudo ln -s /var/www /home/USER/code"
- now set up PHP with fastCGI
- set up mapserv
- add mapserv to cache
- set up AP with udhcpd
- edimax version of hostapd
- captive portal setup!!
- but with iptables command from here, since the others are broken
- dnsmarsq script logging...
ended up using dnsmasq for DNS and DHCP. Setting DNS forward IP to local for captive portal setup