3liz / lizmap-docker-compose

Run Lizmap stack with docker-compose
30 stars 42 forks source link

make configure error #30

Closed NyakudyaA closed 2 years ago

NyakudyaA commented 2 years ago

Problem

Do a local checkout of master and run the following

make configure

See the following errors

gis@mini:/gis/src/docker/gis-servers/docker-compose$ make configure 
Configuring environment
Copying files
Creating directories
Creating env file
Installing lizmap plugin
/src/install-lizmap-plugin.sh: line 7: qgis-plugin-manager: command not found
/src/install-lizmap-plugin.sh: line 8: qgis-plugin-manager: command not found
/src/install-lizmap-plugin.sh: line 9: qgis-plugin-manager: command not found
make: *** [Makefile:17: configure] Error 127
dmarteau commented 2 years ago

Please update (your 3liz/qgis-map-server:$QGIS_VERSION image (3.22 or 3.24). The qgis-plugin-manager is not provided with previous builds.

docker pull 3liz/qgis-map-server:3.22
NyakudyaA commented 2 years ago

Fixed