Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 628 Bytes

File metadata and controls

28 lines (19 loc) · 628 Bytes

oq-qgis-server-plugins

Plugins extending QGIS web services

Download demos

$ git submodule update --init

Start the container (ephemeral)

$ docker run -v $(pwd)/demos/projects:/io/data -v $(pwd)/plugins:/io/plugins --name qgis --rm -ti -p 8015:80 openquake/qgis-server:stable

Debug

$ docker logs [-f] qgis
$ docker exec -ti qgis /bin/bash

Example URL