Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 645 Bytes

README.rst

File metadata and controls

28 lines (16 loc) · 645 Bytes

This is a django app that wraps MapServer

It makes it possible to use MapServer through django.

Installation

  1. Create a virtualenv to hold the installation (This step is optional, but highly reccommended).

    virtualenv venv
    source venv/bin/activate
  2. Install mapserver along with the following system-wide dependencies:

    sudo apt-get install cgi-mapserver python-mapscript
  3. Install this repository using pip

    pip install git+https://github.com/ricardogsilva/django-mapserver.git#egg=django-mapserver