]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blob - extensions/Nuke/INSTALL
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / extensions / Nuke / INSTALL
1 These is the install file for the Nuke extension.
2
3 Extension page on mediawiki.org: https://www.mediawiki.org/wiki/Extension:Nuke
4 Latest version of the install file: https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/Nuke.git;a=blob;f=INSTALL
5
6
7 == Requirements ==
8
9 Nuke requires:
10
11 * MediaWiki 1.18 or above
12
13 == Download ==
14
15 You can get the code directly from Git.
16
17  git clone https://gerrit.wikimedia.org/r/p/mediawiki/extensions/Nuke.git
18
19 Old tags can be obtained via SVN:
20
21  svn checkout http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Nuke/REL_version
22
23 Where 'version' is the version number of the tag, such as 0_1 (see the available tags at http://svn.wikimedia.org/svnroot/mediawiki/tags/extensions/Nuke/).
24
25 == Installation ==
26
27 Once you have downloaded the code, place the ''Nuke'' directory within your MediaWiki
28 'extensions' directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:
29
30 # Nuke
31 require_once( "$IP/extensions/Nuke/Nuke.php" );