Installation in the Symfony built-in webserverΒΆ

Mapbender is built on the Symfony Framework and therefore can take usage of the Symfony built-in webserver. This allows a quick test of Mapbender without an integration into an external webserver. This is not suited for production environments. In this document we assume that the SQLite database is used.

  • Take notice of the installation documentation Linux respectively Windows

  • Download the current Mapbender version https://mapbender.org/builds/.

  • Extract Mapbender in an arbitrary directory.

  • Start the Symfony webserver:

    app/console server:run 0.0.0.0:8000
    

After that, Mapbender is available from the host machine with the URL http://ip-address:8000/app.php.