• Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • Categories
    Category
    {{ postCtrl.tags }}
    • {{ category.tag_type }}

      • {{tag.tag_name}}
      • View more
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial News Comments FAQ Related Articles

How to install Live helper chat on CentOS 7

{{postValue.id}}

To install Live helper chat on CentOS 7

Live helper chat is a free, flexible, and open-source live support chat for your website. It is written in PHP and uses MySQL/MariaDB to store its data. It provides lots of features such as online user tracking, multiple chats, archive chat, user screenshots, file upload and much more. It also contains XMPP notifications, GTalk, Jabber, OpenFire, Chrome extension and Node.js support. This tutorial explains the installation procedure of Live helper chat on CentOS 7.

Pre-Requisite

LAMP Setup

- Apache

- MariaDB

- PHP 7

Installation procedure

To proceed with the installation procedure, go to Live Helper Chat’ s official site to download the latest stable version of Live Helper Chat. Execute the wget command followed by the download link in the terminal.

[root@linuxhelp ~]# wget https://github.com/remdex/livehelperchat/archive/master.zip
--2017-09-08 10:23:45--  https://github.com/remdex/livehelperchat/archive/master.zip
Resolving github.com (github.com)... 192.30.255.112, 192.30.255.113
Connecting to github.com (github.com)|192.30.255.112|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/LiveHelperChat/livehelperchat/archive/master.zip [following]
--2017-09-08 10:23:46--  https://github.com/LiveHelperChat/livehelperchat/archive/master.zip
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/LiveHelperChat/livehelperchat/zip/master [following]
--2017-09-08 10:23:47--  https://codeload.github.com/LiveHelperChat/livehelperchat/zip/master
Resolving codeload.github.com (codeload.github.com)... 192.30.255.121, 192.30.255.120
Connecting to codeload.github.com (codeload.github.com)|192.30.255.121|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘ master.zip’ 
    [             < =>                        ] 9,393,657    120KB/s   in 30s    
2017-09-08 10:24:18 (307 KB/s) - ‘ master.zip’  saved [9393657]

After downloading the package, extract the package in Apache root directory by running the following command.

[root@linuxhelp ~]# unzip master.zip &ndash d /var/www/html/
Archive:  master.zip
09196db2eb34ec56c78590fb14ebd44252a87e20
   creating: /var/www/html/livehelperchat-master/
 extracting: /var/www/html/livehelperchat-master/.gitignore  
  inflating: /var/www/html/livehelperchat-master/README.md  
  inflating: /var/www/html/livehelperchat-master/composer.json  
   creating: /var/www/html/livehelperchat-master/lhc_web/
 extracting: /var/www/html/livehelperchat-master/lhc_web/.gitignore  
  inflating: /var/www/html/livehelperchat-master/lhc_web/bower.json  
.
.
.
.
inflating: /var/www/html/livehelperchat-master/lhc_web/var/tmpfiles/.gitignore  
   creating: /var/www/html/livehelperchat-master/lhc_web/var/userphoto/
  inflating: /var/www/html/livehelperchat-master/lhc_web/var/userphoto/.gitignore  
  inflating: /var/www/html/livehelperchat-master/lhc_web/webpack.config.js

Provide the owner permission and file readwrite execution permission.

[root@linuxhelp html]# chown -R apache:apache /var/www/html/livehelperchat-master/
[root@linuxhelp html]# chmod -R 775 /var/www/html/livehelperchat-master/

Create an Apache virtual host configuration named live.conf. Enter the following contents into the file and save it.

[root@linuxhelp html]# vim /etc/httpd/conf.d/live.conf

< VirtualHost *:80> 
DocumentRoot " /var/www/html/livehelperchat-master/lhc_web" 
ServerName 192.168.7.165
< Directory " /var/www/html/livehelperchat-master/lhc_web" > 
DirectoryIndex index.html index.php
Options FollowSymLinks
AllowOverride All
Require all granted
< /Directory> 
< /VirtualHost> 

Restart your Apache service by running the following command.

[root@linuxhelp html]# systemctl restart httpd

Switch over to your browser and enter your machine’ s IP. The installation wizard is shown on the screen.

permission list

The database settings is shown below. Enter the required details and click next.
database settings

The next page shows the initial application settings. Enter the required details and click finish installation button.
application settings

The installation is complete. Click login here option to redirect to the login page.
installation completed

Login to live helper chat with the required admin credentials.
login page

The dashboard of the application is shown on the screen. It contains a score of features to be used in the application.

dashboard

The installation procedure of Live helper chat on CentOS 7 is done without any glitches.

Tags:
michael
Author: 

Comments ( 0 )

No comments available

Add a comment
{{postCtrl.cmtErrMsg}}

Frequently asked questions ( 5 )

Q

What languages do this Live helper chat support?

A

The languages supported by Live Helper chat are,
Arabic
Spanish
Hungary
Lithuanian
Croatian
German
Dutch
Persian
Polish
Portuguese
Russian
French
Italian
Norwegian
Turkish
Chinese
Vietnamese
Swedish
Indonesian
Czech
Thailand

Q

Integrate live helper chat into phpbb forum?

A

If you want to integrate live-helper chat into phpbb forum
you need place the Embed code in the overall_footer.html file of your phpbb template.

Q

What is Live helper chat?

A

Live-helper chat is a free, flexible, and open-source live support chat for your website. It is written in PHP and uses MySQL/MariaDB to store its data. It provides lots of features such as online user tracking, multiple chats, archive chat, user screenshots, file upload and much more. It also contains XMPP notifications, GTalk, Jabber, OpenFire, Chrome extension, and Node.js support.

Q

Where can I check languages translations status of Live-helper chat?

A

You can see all languages translations status on https://www.transifex.com/projects/p/live-helper-chat/

Q

How do I import a theme on LiveHelper Chat?

A

To import a theme on LiveHelper Chat Navigation to "System configuration" -> "Live help configuration" -> "Import new theme" in this window just upload a new theme.

Back To Top!
Rank
User
Points

Top Contributers

userNamenaveelansari
135850

Top Contributers

userNameayanbhatti
92510

Top Contributers

userNamehamzaahmed
32150

Top Contributers

1
userNamelinuxhelp
31040

Top Contributers

userNamemuhammadali
24500
Can you help Ryan ?
how to use visual traceroute tool

Am using traceroute command to check for the route. i got this tool while surfing. So pls help me out installation and usage of Visual traceroute tool.

Networking
  • Routing
  • trunk
  • Netmask
  • Packet Capture
  • domain
  • HTTP Proxy
Server Setup
  • NFS
  • KVM
  • Memory
  • Sendmail
  • WebDAV
  • LXC
Shell Commands
  • Cloud commander
  • Command line archive tools
  • last command
  • Shell
  • terminal
  • Throttle
Desktop Application
  • Linux app
  • Pithos
  • Retrospect
  • Scribe
  • TortoiseHg
  • 4Images
Monitoring Tool
  • Monit
  • Apache Server Monitoring
  • EtherApe 
  • Arpwatch Tool
  • Auditd
  • Barman
Web Application
  • Nutch
  • Amazon VPC
  • FarmWarDeployer
  • Rukovoditel
  • Mirror site
  • Chef
Contact Us | Terms of Use| Privacy Policy| Disclaimer
© 2025 LinuxHelp.com All rights reserved. Linux™ is the registered trademark of Linus Torvalds. This site is not affiliated with linus torvalds in any way.