/var/softaculous/mw
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
clone.php63370755editdlrm
edit.php45260755editdlrm
edit.xml4330755editdlrm
fileindex.php4310755editdlrm
import.php41970755editdlrm
info.xml55470755editdlrm
install.js9210755editdlrm
install.php71880755editdlrm
install.xml21620755editdlrm
LocalSettings.php41630755editdlrm
md5322860755editdlrm
notes.txt10440755editdlrm
remove.php24060755editdlrm
upgrade.php125500755editdlrm
upgrade.xml2830755editdlrm
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