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

Updated the install doc...

parent 825e245c
No related branches found
No related tags found
No related merge requests found
...@@ -32,12 +32,13 @@ Then extract the archive in a directory of your choice. Or checkout the Git in s ...@@ -32,12 +32,13 @@ Then extract the archive in a directory of your choice. Or checkout the Git in s
Installation Installation
============ ============
There is nothing to do more. There is nothing to do more.
Just create a virtual directory and the following aliases: ::
Configure your server, e.g. with Apache, just create a virtual directory and the following aliases: ::
WSGIPythonPath /path/to/mra/src/mra WSGIPythonPath /path/to/mra/src/mra
WSGIScriptAlias /mra /path/to/mra/src/mra/server.py WSGIScriptAlias /mra /path/to/mra/src/mra/server.py
Alias /static /path/to/mra/src/static Alias /static /path/to/mra/static
<Directory /home/mra/src/static> <Directory /home/mra/static>
Order deny,allow Order deny,allow
Allow from all Allow from all
</Directory> </Directory>
...@@ -123,14 +124,14 @@ That way, your own configuration won't be discarded by a further update. ...@@ -123,14 +124,14 @@ 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** * **testing**
* **active** [True | False]
Additions to the API for testing, should be deactivated in production. * **active** [True | False]
* **model** Additions to the API for testing, should be deactivated in production.
* **model**
Mapfile to use to create new test files. Mapfile to use to create new test files.
Finally check MapServer Rest API is working correctly: Finally check MapServer Rest API is working correctly:
......
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