diff --git a/docs/install.rst b/docs/install.rst index c1ae75e67686938c685685805842b660ceb58ccd..2684ed2eaf4487c8960e1e0b7fc184c0105f3f0a 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -15,10 +15,13 @@ Prerequisites * pyyaml + * nosetests (Not mandatory but required to run tests) + * GDAL/OGR (>= 1.9.x with Python support) * MapServer (>= 6.x with MapScript-Python support) + Download ======== Get the newest source code by downloading the archive at `download`_ page. @@ -92,7 +95,6 @@ That way, your own configuration won't be discarded by a further update. web_debug allows for easy debuging in the the browser, should be deactivated in production. - * **raise_all** [True | False] Exceptions are transformed into web errors. @@ -120,6 +122,16 @@ That way, your own configuration won't be discarded by a further update. To add the logs to the generated output of the webapp. +* **testing** + + * **active** [True | False] + + Additions to the API for testing, should be deactivated in production. + + * **model** + + Mapfile to use to create new test files. + Finally check MapServer Rest API is working correctly: http://localhost/mra/maps