Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 726 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 726 Bytes

docker

QWC WMS proxy service

Docker usage

The docker image can be run with the following command:

docker run -p 5000:9090 sourcepole/qwc-wms-proxy

Development

Create a virtual environment:

python3 -m venv .venv

Activate virtual environment:

source .venv/bin/activate

Install requirements:

pip install -r requirements.txt

Start local service:

python src/server.py