---------------------------------------------------------------------- Installation Instructions ---------------------------------------------------------------------- Boot from OSGeoLive v.3.0 then run the following from the command line : # If you want up-to-date libraries then use the following : # sudo apt-get update # sudo apt-get install libcurl4-gnutls-dev libxml2-dev libgdal1-dev libssl-dev libfcgi0ldbl bison flex scp foss4g2010@buildtest.osgeo.org:/osgeo/foss4g2010/workshops/w7/software/zoows.tar.bz2 . sudo tar -xvjpf zoows.tar.bz2 -C / Run a ldd command on zoo_loader.cgi, if anything was not found, then recompile the ZOO Kernel using the following command : cd /home/user/zoows/sources/zoo-kernel make clean make Only this should be needed to be able to start the workshop. ---------------------------------------------------------------------- Solutions was included in the zoows tarball ---------------------------------------------------------------------- Solutions of the workshop can be found in the following directories : /var/.sol : tree to get into /var/www at the end of the workshop /usr/lib/.sol : files to get into /usr/lib/cgi-bin directory at the end of the workshop (as we provided both C and Python solutions we renamed the Python ones using "Py" in the name of the files) /home/user/.sol/ : source tree to produce during the workshop.