Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
Mapserver REST API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Miscellaneous
Mapserver REST API
Commits
4e197f49
Commit
4e197f49
authored
11 years ago
by
Maël Méliani
Browse files
Options
Downloads
Patches
Plain Diff
Updated the install doc...
parent
825e245c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/install.rst
+10
-9
10 additions, 9 deletions
docs/install.rst
with
10 additions
and
9 deletions
docs/install.rst
+
10
−
9
View file @
4e197f49
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment