テンプレート:ExtensionInstall

提供: ひつじ小屋別館2代目
2014年1月22日 (水) 20:44時点におけるSVG (トーク)による版 (dirname( __FILE__ ) instead of $IP is the preferred way)

移動先: 案内検索
  • Download and extract the files in a directory called ExtensionInstall in your extensions/ folder. If you're a developer then instead you should use git clone to clone the extension's repository in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php:
require_once ( dirname( __FILE__ ) . "/extensions/ExtensionInstall/ExtensionInstall.php" );
  • 18pxY Done – Navigate to "Special:Version" on your wiki to verify that the extension is successfully installed.
Documentation icon Template documentation[create]