Follow these steps before getting ready:
- Create a schema for this chapter within the postgis_cookbook database using the following command:
postgis_cookbook=# create schema chp09;
- Be sure to have Apache HTTP installed (MapServer will run on it as a CGI) and check whether it is working by visiting its home page at http://localhost (typically, an It works! message will be displayed if you still have not customized any features).
- Install MapServer as per its installation guide (http://mapserver.org/installation/index.html).