On Wed, Nov 6, 2019 at 11:38 AM <bauer.jo...@swm.de> wrote:

> Dear QGIS Developer,
>
>
>
> we have written some plugins that we would like to be installed and
> updated automatically (without any user interaction). We have also setup an
> internal plugins server. We can install the plugins from our plugin server
> manually, but is there also the possibility to install and update them
> without any user interactions (we have pre-configured the plugins in the
> QGIS3.ini)?
>


basically, you need to create a custom startup py file and deploy it (it
can also live on a network share), the startup script will contain the
instructions (using the QGIS python API)
to upgrade the plugins you need automatically.

See the links for some more information:

https://docs.qgis.org/testing/en/docs/pyqgis_developer_cookbook/intro.html#the-startup-py-file
https://docs.qgis.org/testing/en/docs/user_manual/introduction/qgis_configuration.html#deploying-qgis-within-an-organization


Hope this helps.

-- 
Alessandro Pasotti
w3:   www.itopen.it
_______________________________________________
QGIS-Developer mailing list
QGIS-Developer@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Reply via email to