Mapbender3 needs the following components in order to run:
Optionally, in order to use a database other than the preconfigured SQLite one, you need a matching PHP extension supported by Doctrine. For PostgreSQL for example: php5-pgsql.
If you want to use the developer mode or for creating create profiler data to be used to analyze errors you will still need the SQLite extension!
For Windows you also need PHP and therefore a PHP-supporting webserver like Apache.
We have good experiences with the 64-bit downloads of Apache und PHP.
The Apache downloads differ on the version of Visual Studio which was used to compile them and therefore of the right version of the Microsoft Visual C++ Redistributable. With newer versions of Windows this is usualy without problems. Three different variants exist:
Additionally 32- and 64-bit versions of Apache für Windows exist.
Installation packages are distributed as compressed packages and are available for download at the download page.
After downloading, extract the package in a directory of your choice. In this installation documentation we assume that the package is extracted in the following directories:
For the following installation steps, please rename the unzipped directory (for example: “mapbender3-3.0.5.2”) to “mapbender3”.
You’ll find the next steps of the installation in the following chapters:
For a quick Test you can also follow the Installation in the Symfony built-in webserver. The Git-based installation does not require theses Download packages but loads Mapbender3 from the Git-sources. In exchange additional installation steps are neccessary.
After unpacking the TAR.GZ- resp. the ZIP-archive, you will see in the Mapbender-folder the following subdirectories:
.
├── apidoc
├── app
├── bin
├── documentation
├── fom
├── mapbender
├── owsproxy
├── src
├── vendor
└── web