Difference between revisions of "MS101 Data"

From Earth Science Information Partners (ESIP)
m (Data moved to MS101 Data)
(No difference)

Revision as of 07:42, July 11, 2006

"Getting Started With MapServer" Workshop Materials

To install, create a directory "/data/www" (or whatever you like):

 sudo mkdir -p /data/www
 sudo chown -R knoppix:knoppix /data/www
 cd /data/www; tar xzvf ~/ms101.tar.gz; tar xzvf ~/ms101_shdrlf_data.tar.gz; tar xzvf ~/ms101_grass6_data.tar.gz

Read /data/www/ms101/README to continue.

If you would like to see the GRASS/MapServer Demo, a gdal-grass plugin to accompany the LiveCD can be downloaded at http://www.mapgeek.org/~pnaciona/gdal-grass-1.3.1_bin.tar.gz. Untar this package and copy the "gdalplugins" directory to "/usr/lib". You may then access the demo by replacing the "ms101.map" mapfile with "ms101_grass6.map".

Workshop Documentation

Documentation for these materials are included in the core data package. In addition, the README is also available in the Documentation page.

---

Back to the MapServer workshop page