/var/softaculous/kimai
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
.env12430644editdlrm
.htaccess460644editdlrm
edit.php73950644editdlrm
edit.xml4330644editdlrm
extend.php88460644editdlrm
fileindex.php3270644editdlrm
import.php39910644editdlrm
info.xml28990644editdlrm
install.js9210644editdlrm
install.php55670644editdlrm
install.xml5690644editdlrm
md564060644editdlrm
notes.txt13840644editdlrm
update_pass.php5170644editdlrm
_clone.php56530644editdlrm
Edit: /var/softaculous/kimai/notes.txt (1384B)
1. Choose default Timezone America/New_York (This is CLI install now and timezone isn't asked, set America/New_York in php.ini file i.e date.timezone = "America/New_York") and then install. Also check the same in kimai2_user_preferences table i.e 'timezone' entry value) 2. PHP REQUIREMENT LINK: https://www.kimai.org/documentation/installation.html#server-requirements and also check README.md 3. Install Composer and create zip for package and Remove "var/cache/prod" from package 4. Add following entry in kimai2_configuration table : (2, 'defaults.user.language', '[[language]]'); and in kimai2_user_preferences : (3, 1, 'language', '[[language]]'); 5. Steps for installation https://www.kimai.org/documentation/installation.html from command line. 6. We have changed the version in 1.14.3 in /src/Constants.php as it was a mistake by the vendor. Check in 1.15 version. https://github.com/kevinpapst/kimai2/issues/2582 7. We can not provide upgrade in kimai because it supports CLI upgrade only. Check in every version and if it supports GUI upgrade then add it. (Many users ask for the same) 8. From 2.0.23 onwards Kimai doesnt support subdirectory installation. mentioned in docs https://www.kimai.org/en/download.html 9. We have disabled language for Kimai 2.0.x version as the wizard asks for which language to select and adds extra entries to database in `preferences` table.