| 1 | ---------------------------------------------------------------------- |
|---|
| 2 | Installation Instructions |
|---|
| 3 | ---------------------------------------------------------------------- |
|---|
| 4 | Boot from OSGeoLive v.3.0 then run the following from the command line : |
|---|
| 5 | |
|---|
| 6 | # If you want up-to-date libraries then use the following : |
|---|
| 7 | # sudo apt-get update |
|---|
| 8 | # sudo apt-get install libcurl4-gnutls-dev libxml2-dev libgdal1-dev libssl-dev libfcgi0ldbl bison flex |
|---|
| 9 | |
|---|
| 10 | scp foss4g2010@buildtest.osgeo.org:/osgeo/foss4g2010/workshops/w7/software/zoows.tar.bz2 . |
|---|
| 11 | sudo tar -xvjpf zoows.tar.bz2 -C / |
|---|
| 12 | |
|---|
| 13 | Run a ldd command on zoo_loader.cgi, if anything was not found, then recompile the ZOO Kernel using the following command : |
|---|
| 14 | |
|---|
| 15 | cd /home/user/zoows/sources/zoo-kernel |
|---|
| 16 | make clean |
|---|
| 17 | make |
|---|
| 18 | |
|---|
| 19 | Only this should be needed to be able to start the workshop. |
|---|
| 20 | |
|---|
| 21 | |
|---|
| 22 | ---------------------------------------------------------------------- |
|---|
| 23 | Solutions was included in the zoows tarball |
|---|
| 24 | ---------------------------------------------------------------------- |
|---|
| 25 | Solutions of the workshop can be found in the following directories : |
|---|
| 26 | |
|---|
| 27 | /var/.sol : tree to get into /var/www at the end of the workshop |
|---|
| 28 | |
|---|
| 29 | /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) |
|---|
| 30 | |
|---|
| 31 | /home/user/.sol/ : source tree to produce during the workshop. |
|---|
| 32 | |
|---|
| 33 | |
|---|