QGIS Plugins#
Overview#
You can install QGIS Server plugins using plugin manager or manually.
The QGIS Plugin directory is located at:
/var/www/data/qgis/plugins
Default Plugins#
The following plugins are installed during installation
serversimplebrowser
wfsOutputExtension
Install Plugins#
To install a plugin, follow below.
Connect via SSH and change to the plugins directory:
cd /var/www/data/qgis/plugins
Start the virtualenv:
virtualenv --python=/usr/bin/python3 --system-site-packages .venv
source .venv/bin/activate
Use qgis-plugin-manager to install the plugin (replace PluginName below with your plugin:
qgis-plugin-manager install PluginName