3liz / py-qgis-server

QGIS embbeded WMS/WFS/WCS asynchronous scalable http server
https://docs.3liz.org/py-qgis-server
Mozilla Public License 2.0
68 stars 16 forks source link

Improve how to use a symlink for a QGIS plugin #51

Closed Gustry closed 1 year ago

Gustry commented 1 year ago

It would be nice to have :

dmarteau commented 1 year ago

indicate the workflow to use a QGIS plugin with the code located on the host (when we want to do some dev on a QGIS server plugin)

Yup, this a very common mistake with people using symlink with Docker container: they forget that the link target must also exists inside the container.

dmarteau commented 1 year ago

indicate the workflow to use a QGIS plugin with the code located on the host (when we want to do some dev on a QGIS

Difficult to give a fit-them-all response since it depends heavily on how you are using the container. A the most basic level this resume to 'mount the target path on the container' which is the only advice that the warning can spit out.