/var/softaculous/mw
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php63250644editdlrm
edit.php45380644editdlrm
edit.xml4330644editdlrm
fileindex.php4310644editdlrm
import.php41730644editdlrm
info.xml55470644editdlrm
install.js9210644editdlrm
install.php71640644editdlrm
install.xml21620644editdlrm
LocalSettings.php41630644editdlrm
md578260644editdlrm
notes.txt10440644editdlrm
remove.php24020644editdlrm
upgrade.php125580644editdlrm
upgrade.xml2830644editdlrm
Edit: /var/softaculous/mw/notes.txt (1044B)
1) Use Storage Engine Innodb. 2) Use binary database character set. 3) Use the License as "No license footer" 4) Check the language files exists in the /languages/classes/ & /languages/messages/ it should be there with the downloaded zip 5) We have added __mw_scurl_call() because we need $cookie which was not in functions.php remove this once Softaculous is launched and also change to 4.5.2 6) The default admin password that we use is changed to 'password1' (instead of 'password' in install.xml) due to the common password check done by the script. (Since version 1.27.0) 7) We have added "tmpdir" in order to save cache at different locations for each installation to avoid conflicts between them. (v1.27.1) https://www.mediawiki.org/wiki/Manual_talk:Upgrading#Shared_server_.2B_multiple_Mediawiki_installations https://phabricator.wikimedia.org/T127127 We have added the following in LocalSettings.php $wgTmpDirectory = "[[tmpdir]]"; 8) PHP REQUIREMENT LINK: https://www.mediawiki.org/wiki/Manual:Installation_requirements