3liz / lizmap-mapbuilder-module

Module Mapbuilder for Lizmap Web Client
Mozilla Public License 2.0
7 stars 8 forks source link
lizmap mapbuilder openlayers php

MapBuilder module

Release 🚀 Packagist

demo

You can have a look at our map builder demo.

Installation

It is recommended to install the module with Composer, the package manager for PHP. If you can't use it, use the manual way to install the module (jump to the corresponding section below)

For MapBuilder 2.0.x and 1.1.x, see the README.md file from their respective packages.

Automatic installation with Composer and lizmap 3.6 or higher

cp -n lizmap/my-packages/composer.json.dist lizmap/my-packages/composer.json
composer require --working-dir=lizmap/my-packages "lizmap/lizmap-mapbuilder-module=2.1.*"
php configurator.php mapBuilder
php configurator.php mapBuilderAdmin
php installer.php
./clean_vartmp.sh
./set_rights.sh

To update modules, run composer update --working-dir=lizmap/my-packages, then execute previous commands from lizmap/install/.

Manual installation into lizmap 3.6 without Composer

php configurator.php mapBuilder
php configurator.php mapBuilderAdmin
php installer.php
./clean_vartmp.sh
./set_rights.sh

To update modules, download a new package, and repeat these previous instructions.