summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UploadWizard/INSTALL
blob: 27292ee96352b3e79898f6f88d29201aa2df15e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
UploadWizard Extension, v.1.1

* download the latest available version and extract it to your wiki extension directory. 
* add the following line to LocalSettings.php 

	$wgEnableUploads = true;
	$wgUseImageMagick = true;
	$wgImageMagickConvertCommand = <path to your convert command>;  # often /usr/bin/convert

	require_once( "$IP/extensions/UploadWizard/UploadWizard.php" );

* check out the Special:Version page to verify the installation 
* make sure that your $IP/images directory is writable by the web server

See https://www.mediawiki.org/wiki/Extension:UploadWizard for further details.