/var/softaculous/espo
NameSizeModeActions
images/-0755rm
php53/-0755rm
php56/-0755rm
php71/-0755rm
php81/-0755rm
php82/-0755rm
clone.php59360644editdlrm
config-internal.php11600644editdlrm
config.php86780644editdlrm
edit.php50810644editdlrm
edit.xml4330644editdlrm
extend.php99680644editdlrm
fileindex.php2190644editdlrm
getuid.php4970644editdlrm
import.php33790644editdlrm
info.xml55030644editdlrm
install.js9240644editdlrm
install.php106530644editdlrm
install.xml20690644editdlrm
md518300644editdlrm
notes.txt9570644editdlrm
state.php1960644editdlrm
update_pass.php10650644editdlrm
_config.php490644editdlrm
Edit: /var/softaculous/espo/notes.txt (957B)
1. PHP REQUIREMENT LINK : https://docs.espocrm.com/administration/server-configuration/ 2. Uncheck 'Auth' , 'Is Shared' as well as set 'From Name' to blank in SMTP settings for outgoing emails() while manual installation) since we don't use smtp configuration.(No such option since 9.1.0, hence we explicitly keep, 'outboundEmailIsShared' => false and 'smtpAuth' => false in config.php) 3. Mysql 5.5 doesn't support full-text search for InnoDB tables. 5.6.4 and later versions do support. ( https://github.com/espocrm/documentation/blob/master/user-guide/text-search.md#full-text-search ) 4. Keep "timeZone": "America\\/New_York" in sql for `preferences` table even though entry is blank in manual installation's sql(i.e "timeZone": ""). 5. Select Espo theme while installing manually. 6. We have not given the upgrade utility because the script supports CLI and admin UI based upgrades only. They do not advise to upgrade manually hence we have not given.