Closed andremano closed 2 years ago
It was mentioned in the first example : https://github.com/3liz/qgis-plugin-manager#utilisation
cd /path/where/you/have/plugins
# usually
cd /usr/lib/qgis/plugins
But the last instruction depends on your OS and if you are using QGIS_PLUGINPATH
https://docs.qgis.org/3.22/en/docs/server_manual/config.html#environment-variables
Does that help ?
I have completed the readme about this server environment variable. Otherwise, you can use the default path. I'm closing, feel free to open a question.
In the instructions it reads:
Where should the
qgis-plugin-manager init
be executed? Because I only have qgis-server installed, I do not have a default repository prior to runningqgis-plugin-manager init
right? I am assuming I have to run it in this directory./qgis/plugins
Is this correct? Thanks