/var/softaculous/kirby
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.htpasswd140644editdlrm
clone.php45540644editdlrm
extend.php95710644editdlrm
fileindex.php1120644editdlrm
import.php27100644editdlrm
index.php1440644editdlrm
info.xml35210644editdlrm
install.js9240644editdlrm
install.php54900644editdlrm
install.xml12720644editdlrm
md517660644editdlrm
notes.txt8540644editdlrm
update_pass.php4970644editdlrm
upgrade.php26330644editdlrm
upgrade.xml12730644editdlrm
_edit.php27780644editdlrm
_edit.xml4330644editdlrm
Edit: /var/softaculous/kirby/notes.txt (854B)
1.PHP REQUIREMENT LINK : https://getkirby.com/docs/guide/quickstart#requirements and check extensions from https://getkirby.com/docs/reference/system/requirements#php-extensions__required-extensions 2.Set following in site/config/config.php to start manual installation. https://getkirby.com/docs/reference/system/options/panel#allow-the-panel-to-be-installed-on-a-remote-server return [ 'panel' =>[ 'install' => true ] ]; 3.We can not provide upgrade from V2 to V3 because it requires migration. https://getkirby.com/docs/cookbook/migration/sites 4.Upgrade enabled for version 3.x.x to 3.x.x with minimum version 3.0.0.(since version 3.1.3). 5.We have added 'media' folder (in version 3.3.0) in our package zip, as it was not present in the original zip and gave error while manual installation. Check this in next update.(not present in 3.3.1)