Changes

Jump to navigation Jump to search
===Extensions===
 
Note that UserRightsList does not appear to work for v1.18 (this has been reported to the author)
From the extensions directory, do the following:
tar -xzf SimpleSecurity-MW1.18-r92088.tar.gz
chmod 777 -R SimpleSecurity/
 
wget http://upload.wikimedia.org/ext-dist/Math-MW1.18-r103240.tar.gz
tar -xzf Math-MW1.18-r103240.tar.gz
chmod 777 -R Math/
cd Math/math
wget http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.gz
tar -xzf ocaml-3.12.1.tar.gz
wget http://upload.wikimedia.org/ext-dist/UserMerge-MW1.18-r91995.tar.gz
require_once("$IP/extensions/MultiUpload/SpecialMultipleUpload.php");
$wgMaxUploadFiles=10;
 
===Additional Extensions===
 
At some point we might want to install the math extension (required in v1.18 to get LaTeX to render).
 
The documentation is here: http://www.mediawiki.org/wiki/Extension:Math
 
Downloading instructions:
wget http://upload.wikimedia.org/ext-dist/Math-MW1.18-r103240.tar.gz
tar -xzf Math-MW1.18-r103240.tar.gz
chmod 777 -R Math/
cd Math/math
wget http://caml.inria.fr/pub/distrib/ocaml-3.12/ocaml-3.12.1.tar.gz
tar -xzf ocaml-3.12.1.tar.gz
...and make ocaml and texvc
 
Additions to LocalSettings.php
#Math
require_once("$IP/extensions/Math/Math.php");
$wgUseTeX = true;
 
We might also want UserRightsList, but it does not appear to work for v1.18 (this has been reported to the author)
Anonymous user

Navigation menu