File: INSTALL.md

package info (click to toggle)
pywps 4.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,384 kB
  • ctags: 707
  • sloc: python: 4,915; xml: 198; makefile: 45
file content (44 lines) | stat: -rw-r--r-- 856 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
PyWPS 4 Installation
====================

Dependencies
------------

To use PyWPS 4 the third party libraries GIT and GDAL need to be installed in the system.

In Debian based systems these can be installed with:

    $ sudo apt-get install git python-gdal
    
In Windows systems a Git client should be installed (e.g. GitHub for Windows).
    
Install PyWPS 4
---------------

Using pip: 

    $ sudo pip install -e git+https://github.com/geopython/pywps.git@master#egg=pywps

Or in alternative install it manually:

    $ git clone https://github.com/geopython/pywps.git
    
    $ cd pywps/
    
    $ sudo python setup.py install

Install demo service
--------------------

    $ git clone https://github.com/ldesousa/pywps-4-demo.git pywps-4-demo
    

Run demo
--------

    $ python demo.py
    
Access demo
-----------

    http://localhost:5000