fork from https://github.com/jancelin/docker-lizmap allowing to store auth and logs of lizmap web client in postgresql database docker-lizmap
LizMap est une solution complète de publication de cartes QGIS sur Internet.
LizMap is a complete Internet QGIS map publishing.
With Docker-compose:
- Create a docker-compose.yml and changing the directory path if necessary (home/lizmap/lizmap_project):
modify the database.env file to configure postgresql user, password, host and a default database + DDL for lizmap, + database names for auth + log of lizmap web client docker-compose.yml
- UP
docker-compose up -d
- Now config lizmap on web :
http://ip/websig/lizmap/www/admin.php/config
- change URL WMS:
- Add /home/ for looking your geo projects
Lizmap Web Application generates dynamically a web map application (php/html/css/js) with the help of Qgis Server ( QGIS Server Tutorial ). You can configure one web map per Qgis project with the QGIS LizMap Plugin.
Julien ANCELIN ( [email protected]) 2017