Skip to content

Latest commit

 

History

History
194 lines (171 loc) · 4.95 KB

INSTALL.md

File metadata and controls

194 lines (171 loc) · 4.95 KB

Maps installation

These are the installation and configuration instructions for the Maps extension.

Versions

Status Release date Git branch
Maps 3.7.x Development version Future master
Maps 3.6.x Stable release 2016-05-26 3.6.0
Maps 3.5.x Stable release 2016-04-01 3.5.0
Maps 3.4.1 Obsolete release 2016-01-30 3.4.1
Maps 3.4 Obsolete release 2015-07-25 3.4.0
Maps 3.3 Obsolete release 2015-06-29 3.3.0
Maps 3.2 Obsolete release 2014-09-12 3.2.0
Maps 3.1 Obsolete release 2014-06-30 3.1.0
Maps 3.0.1 Obsolete release 2014-03-27 3.0.1
Maps 2.0.x Obsolete release 2012-12-13 2.0.x
Maps 1.0.5 Obsolete release 2011-11-30 1.0.5

Platform compatibility

PHP MediaWiki Composer Validator
Maps 3.7.x 5.5 - 7.x 1.23 - 1.28 Required 2.x (handled by Composer)
Maps 3.6.x 5.5 - 7.x 1.23 - 1.27 Required 2.x (handled by Composer)
Maps 3.5.x 5.3.2 - 7.x 1.18 - 1.27 Required 2.x (handled by Composer)
Maps 3.4.x 5.3.2 - 7.x 1.18 - 1.27 Required 2.x (handled by Composer)
Maps 3.3.x 5.3.2 - 5.6.x 1.18 - 1.25 Required 2.x (handled by Composer)
Maps 3.1.x & 3.2.x 5.3.2 - 5.6.x 1.18 - 1.24 Required 2.x (handled by Composer)
Maps 3.0.x 5.3.2 - 5.6.x 1.18 - 1.23 Required 1.x (handled by Composer)
Maps 2.0.x 5.3.2 - 5.5.x 1.18 - 1.23 Not supported 0.5.1
Maps 1.0.5 5.2.0 - 5.3.x 1.17 - 1.19 Not supported 0.4.13 or 0.4.14

When installing Maps 2.x, see the installation instructions that come bundled with it. Also make use of Validator 0.5.x. More recent versions of Validator will not work.

Database support

All current versions of Maps have full support for all databases that can be used with MediaWiki.

Download and installation

Go to the root directory of your MediaWiki installation.

If you have previously installed Composer skip to step 2.

To install Composer, just download http://getcomposer.org/composer.phar into your current directory.

wget http://getcomposer.org/composer.phar

Step 2

Now using Composer, install Maps

php composer.phar require mediawiki/maps "*"

Verify installation success

As final step, you can verify Maps got installed by looking at the Special:Version page on your wiki and verifying the Maps extension is listed.

Custom image layers support (experimental)

For support of the experimental custom image layers feature you have to run the MediaWiki update script.

php maintenance/update.php

Configuration

See the Maps settings file for the available configuration options.