/var/softaculous/pmwiki
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
changelog.txt65520644editdlrm
clone.php25920644editdlrm
config.php86480644editdlrm
extend.php89830644editdlrm
fileindex.php880644editdlrm
import.php24750644editdlrm
index.php280644editdlrm
info.xml27790644editdlrm
install.js9210644editdlrm
install.php45820644editdlrm
install.xml26160644editdlrm
md533270644editdlrm
notes.txt9530644editdlrm
update_pass.php5590644editdlrm
upgrade.php31150644editdlrm
upgrade.xml2730644editdlrm
Edit: /var/softaculous/pmwiki/notes.txt (953B)
1. We add the /index.php and /local/config.php so add it even if it is not in the Manual 2. PHP REQUIREMENT LINK : http://www.pmwiki.org/wiki/PmWiki/Requirements 3. Download "i18n-all.zip" file from "http://www.pmwiki.org/pub/pmwiki/i18n/" and add in "wikilib.d" folder of package(i.e only the contents inside UTF-8/wikilib.d to wikilib.d of our package) ( https://www.pmwiki.org/wiki/Cookbook/MultiLanguage ). Not Required in manual install 4. For manual installation, Since 2.5.0 in local/config.php $DefaultPasswords['admin'] = '{{HASH}}';, the hash needs to be generated manually via [[softurl]]/pmwiki.php?action=crypt, The generated hash needs to be put under $DefaultPasswords['admin'] = '{{HASH}}'; in local/config.php(This is mentioned under 2.5.0 release notes https://www.pmwiki.org/wiki/PmWiki/ReleaseNotes , since call to pmcrypt() function was removed), the notes are updated here as well https://www.pmwiki.org/wiki/PmWiki/PasswordsAdmin