Roan Kattouw <roan.kattouw <at> gmail.com> writes:
Extensions don't have installers, because installing them is so simple. You just copy/download the files to extensions/ExtensionName/ and add a require_once line to LocalSettings.php . If the extension has configuration options and you want/need to tweak them, you do that in LocalSettings.php too. Finally, if the extension adds or modifies database tables, you have to run update.php . All this is the standard installation procedure for any MediaWiki extension.
I know how to installation of extension and adding a line in the LocalSettings.php file. You can add up these extensions if mediawiki is installed in your system. But what if mediawiki is not yet installed in a system, i was just thinking maybe there's a way to install them all at once? Is it possible? Shall i put in my user's manual that mediawiki must be first installed then followed by installing the extension?
Thanks ^_^.