How to install using CLI?
It's possible to install Live Helper Chat using CLI interface.
- Move
lhc_web/cli/install-cli.php
tolhc_web
- Move
lhc_web/cli/example.settings.ini
tolhc_web/settings.ini
- Make changes to
settings.ini
- Execute
php install-cli.php settings.ini
; settings.ini
[db]host = localhostuser = userpassword = xxxxxxxdatabase = livehelperchatport = 3306
[admin]AdminUsername = usernameAdminPassword = xxxxxxxxAdminEmail = example@domain.comAdminName = NameAdminSurname = SurnameDomain = domain.comDefaultDepartament = DepartamentForceVirtualHost = 0Extensions =ApacheUserGroupName = apacheApacheUserName = apacheTimeZone = UTCDefaultConfigs = []; You can override any default value from lh_chat_config table this way.; DefaultConfigs['sharing_nodejs_path'] = 'somepath'