Mapbender-MS4W release notes
Install
- Have a look at the installation guide
- Unzip package to the same root as MS4W base
- Install PostgreSQL with PostGIS. Download the windows installer and install PostgreSQL/PostGIS
- Create a database for Mapbender: createdb -U -E UTF8 -T template_postgis mapbender
- Load 3 SQLs into this new database:
- psql -U mapbender -f c:\ms4w\apps\mapbender\resources\db\postgresql\pgsql_schema.sql
- psql -U mapbender -f c:\ms4w\apps\mapbender\resources\db\postgresql\utf8\pgsql_data.sql
- psql -U mapbender -f
c:\ms4w\apps\mapbender\resources\db\postgresql\
pgsql_serial_set_sequences.sql
- configure the file c:\ms4w\apps\mapbender\conf\mapbender.conf. Add your database connection parameters at row 40
- uncomment the following line in you php.ini (\ms4w\Apache\cgi-bin\php.ini) line 612: extension=php_gd2.dll
- restart your Apache with double click on /ms4w/apache-restart.bat
- To get information about your Mapbender installation and check wether everything is ok navigate to http://localhost/mapbender/tools/mapbender_setup.php
- To login navigate to http://localhost/mapbender/. A user:root with password:root exists to login
- Now you have lots of GUIs to discover. Read more about Mapbender in the Wiki
- Mapbender first Steps will help your to create your own application
For More Information
MS4W Package Contributor
Astrid Emde (WhereGroup)
History
See the Mapbender version history page for the recent changes.