This directory contains some configuration files to run a UMN MapServer application for frida. For installation you basically need to perform the following steps. Note, that this is only a sample. 1. make an archive of all files using make dist 2. unpack the archive somewhere on you filesystem 3. configure your web server accordingly. Here is an example for apache: Listen 9087 # location of libgd with TrueType support PassEnv LD_LIBRARY_PATH SetEnv LD_LIBRARY_PATH /spare/mapserver/lib DocumentRoot /spare/mapserver/frida-umn-mapserver ServerName eukrante.hq # DirectoryIndex index.html index.php3 DirectoryIndex index.html Options FollowSymLinks ScriptAlias /cgi-bin/ /spare/mapserver/frida-umn-mapserver/cgi-bin/ AllowOverride None Options ExecCGI Order allow,deny Allow from all 4. using the above configuration you need to copy the UMN MapServer binary "mapserv.cgi" into the directory frida-umn-mapserver/cgi-bin If you specify another cgi-bin directory, copy the stuff in frida-umn-mapserver/cgi-bin to your location 5. You need some nice fonts. On Debian GNU/Linux just install the package ttf-freefont. If you use others, you need to modify the file fonts.lst accordingly. 6. If you like to run the Java applet Rosa, please make a directory frida-umn-mapserver/java and copy rosa.jar of the MapServer package to this location. 7. Finally, you need a place where to put the temporary images, eg. do a ln -s /tmp frida-umn-mapserver/tmp