Skip to content

qwc-services/qwc-wms-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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