Skip to content
Snippets Groups Projects
Commit c7ac7705 authored by Wannes Rombouts's avatar Wannes Rombouts
Browse files

Merge branch 'develop' of https://github.com/neogeo-technologies/mra into develop

parents 9c217ae7 dd04db2c
No related branches found
No related tags found
No related merge requests found
...@@ -15,10 +15,13 @@ Prerequisites ...@@ -15,10 +15,13 @@ Prerequisites
* pyyaml * pyyaml
* nosetests (Not mandatory but required to run tests)
* GDAL/OGR (>= 1.9.x with Python support) * GDAL/OGR (>= 1.9.x with Python support)
* MapServer (>= 6.x with MapScript-Python support) * MapServer (>= 6.x with MapScript-Python support)
Download Download
======== ========
Get the newest source code by downloading the archive at `download`_ page. 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. ...@@ -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. web_debug allows for easy debuging in the the browser, should be deactivated in production.
* **raise_all** [True | False] * **raise_all** [True | False]
Exceptions are transformed into web errors. Exceptions are transformed into web errors.
...@@ -120,6 +122,16 @@ That way, your own configuration won't be discarded by a further update. ...@@ -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. 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: Finally check MapServer Rest API is working correctly:
http://localhost/mra/maps 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