JeroenDeDauw / ExtensionInstaller

Tool that allows for easy installation and updating of MediaWiki extensions
GNU General Public License v2.0
7 stars 2 forks source link

install path of extensions #2

Closed kghbln closed 10 years ago

kghbln commented 10 years ago

I believe that the extensions installed by composer should end up in "/.../extensions" rather than "/.../extensions/ExtensionInstaller/extensions".

Currently you have to run "composer install" in this extension's folder. It should be possible to do this from the root directory of the MW instance and the README adapted accordingly.

Hope that this is possible.

JeroenDeDauw commented 10 years ago

Currently you have to run "composer install" in this extension's folder.

This cannot really be changed, apart from adding Composer support to core, which is what is there as of 1.22.

I believe that the extensions installed by composer should end up in "/.../extensions" rather than "/.../extensions/ExtensionInstaller/extensions".

This is the case as of the latest version of the Extension Installer.

kghbln commented 10 years ago

That's ouch. So basically one should not use this extension with MW >= 1.21.x I guess this should be documented?!

JeroenDeDauw commented 10 years ago

MW >= 1.22.0

This is documented. See the first line of the README.

kghbln commented 10 years ago

Ah, I totally misunderstood this sentence. I still do not really understand it. I will try to tweak it a bit. Thanks anyway!