Skip to content
Snippets Groups Projects
Commit dd04db2c authored by Maël Méliani's avatar Maël Méliani
Browse files

Updated the install doc

parent 1522eff3
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment