Talk:OSGeoLive
From MapbenderWiki
Contents |
OSGeoLive
- http://live.osgeo.org/
- http://wiki.osgeo.org/wiki/Live_GIS_Disc_Press_Release_10
- http://cameronshorter.blip.tv/file/4078371/
- http://wiki.osgeo.org/wiki/Live_GIS_Add_Project#Install_Script
- http://www.fossgis.de/wiki/GISLive_Build
- -> http://wiki.osgeo.org/wiki/Live_GIS_Disc
- get ready for Verion 4.0 Feature Freeze 28/06/2010 on Ubuntu 10.4 (http://spreadsheets.google.com/ccc?key=0Al9zh8DjmU_RdE1SYUN3YWJ2N1NpSUczbW9IRWZNclE&hl=en_GB)
Infos see also:
ToDOs
- Doku How to add a project
- provide an Image of the Project: http://wiki.osgeo.org/wiki/Marketing_Artefacts#Graphical_Image
Version 5.0
- Schedule: http://wiki.osgeo.org/wiki/Live_GIS_Disc#Schedule
- Package List: http://wiki.osgeo.org/wiki/Live_GIS_Disc#Package_List
- Documentation -> get the right structure, update
Version 4.5
Documentation
- overview document - https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/de/overview/mapbender_overview.rst
- quickstart document rst: https://svn.osgeo.org/osgeo/livedvd/gisvm/trunk/doc/de/quickstart/mapbender_quickstart.rst
write a test
- http://wiki.osgeo.org/wiki/Live_GIS_Add_Project#Testing_procedure
- you find the Mapbender Testpart at: http://wiki.osgeo.org/index.php?title=Live_GIS_Disc_Testing#Mapbender
- please add your test....
owsproxy
Das redirectmatch über das mod_alias funktioniert nicht, da die ogc-Parameter nicht beim owsproxy ankommen. Die Ursache dafür ist wahrscheinlich suhosin (php-Härtung)
Möglichkeiten:
- suhosin richtig konfigurieren
- mod_rewrite aktivieren und RewriteRule nehmen
- a2enmod proxy, a2enmod rewrite, a2enmod proxy_http
- zum vhost:
- RewriteEngine On
- RewriteOptions Inherit
- conf.d/mapbender:
-
RewriteRule ^.*owsproxy.([^i][\w\d]+)\/([\w\d]+)\/?$ http://<ip or name>/owsproxy/http/index.php?sid=$1\&wms=$2\& [P,L,QSA]
-
Main.sh
- Zeile 72: after ./install_postgis.sh \ # ./install_pgrouting.sh \
Download
- http://osprey.ucdavis.edu/downloads/osgeo/gisvm/latest/
- http://download.osgeo.org/livedvd/download.html
- Download ISO:
- create the virtual machine: http://wiki.osgeo.org/wiki/Live_GIS_Build#Create_an_Xubuntu_Virtual_Machine_for_VirtualBox
Example
7z x OSGeoLive-v4.5alpha2.7z mv OSGeoLive-v4.5alpha2/OSGeoLive-v4.5alpha2.vmdk /home/tix/.VirtualBox/HardDisks chmod 777 OSGeoLive-v4.5alpha2.vm*
files in Mapbender project
- mapbender download: http://www.mapbender.org/download/mapbender_osgeolive*
- svn
