• Categories
    Category
  • Categories
    Category
  • News
  • Tutorials
  • Forums
  • Tags
  • Users
Tutorial Comments FAQ Related Articles

How to install Hesk Help desk tool on Ubuntu 17.04

1791

How to install Hesk Help desk tool on Ubuntu 17.04

Hesk is Free PHP Help Desk Software that runs with a MySQL database. It allows you to setup a web based ticket support system (helpdesk) for your website. Once the Help Desk Software is installed, your customers will be able to submit support tickets and staff will have an easy-to-use web interface to manage customer support requests. This tutorial explains the installation procedure of Hesk help desk tool on Ubuntu 17.04.

Pre- Requisite

&ndash Apache web server
&ndash PHP (version 5.3.0 or higher) along with the mbstring, curl, zip, gd and mcrypt extensions. They are most generally active by default on a standard php installation.
&ndash MySQL(version 5.0.7 or higher) installed on your Linux.

Installation procedure

Before starting the installation procedure, Update the system by executing the apt-get update command.

root@linuxhelp:~# apt-get update & &  apt-get -y upgrade

After updating your system, go to its official website and download the package in zip format. Now go to the required location and extract the package in apache root directory.

root@linuxhelp:~# cd /home/user1/Downloads/
root@linuxhelp:/home/user1/Downloads# ls -l
total 1088
-rw-r--r-- 1 user1 user1 1113306 Aug 17 17:15 hesk273.zip
root@linuxhelp:/home/user1/Downloads# unzip hesk273.zip -d /var/www/html/
Archive:  hesk273.zip
   creating: /var/www/html/admin/
  inflating: /var/www/html/admin/admin_main.php  
  inflating: /var/www/html/admin/admin_reply_ticket.php  
  inflating: /var/www/html/admin/admin_settings.php  
  inflating: /var/www/html/admin/admin_settings_save.php  
.
.
.
inflating: /var/www/html/robots.txt  
  inflating: /var/www/html/submit_ticket.php  
  inflating: /var/www/html/suggest_articles.php  
  inflating: /var/www/html/suggest_email.php  
  inflating: /var/www/html/ticket.php  

Enable the apache rewrite mode by running the following command.

root@linuxhelp:/home/user1/Downloads# a2enmod rewrite

To activate the new configuration, you need to execute the following command.

root@linuxhelp:~# systemctl restart apache2

Create an Apache Virtual Host configuration for hesk and enter the following contents into the file. Save and exit from the file.

root@linuxhelp:~# touch /etc/apache2/sites-available/hesk.conf
root@linuxhelp:~# ln -s /etc/apache2/sites-available/hesk.conf /etc/apache2/sites-enabled/hesk.conf
root@linuxhelp:~# vim /etc/apache2/sites-available/hesk.conf

< VirtualHost *:80> 
DocumentRoot " /var/www/html/" 
ServerName 192.168.7.191
< Directory /var/www/html/> 
DirectoryIndex index.html index.php
Options FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
< /Directory> 
< /VirtualHost> 

Restart your apache service by running the following command.

root@linuxhelp:~# systemctl restart apache2

Provide the owner permission and other permissions for apache root directory.

root@linuxhelp:~# chown -R www-data:www-data /var/www/html/
root@linuxhelp:~# chmod 775 /var/www/html/

Switch to your web browser and enter the machines ‘ s IP http://192.168.7.191/install and click to install hesk application.

a

Accept the license agreement and continue to next page in installation wizard.

b

The administrator credentials is shown below.
d

Enter your database credentials and sign up with your admin account.
d

An error page will appear on the screen. It will demand to remove the now empty installation folder.
e

Execute the following rm command as shown below to remove the installation folder.
a

The hesk help desk is now running for the user to use in various functions.

b

The installation procedure of Hesk help desk in Ubuntu 17.04 is finished successfully.

Tags:
grayson
Author: 

Comments ( 0 )

No comments available

Add a comment

Frequently asked questions ( 5 )

Q

What was the essential purpose of using this?

A

Hesk is Free PHP Help Desk Software that runs with a MySQL database. It allows you to setup a web based ticket support system (helpdesk) for your website. Once the Help Desk Software is ins

Q

What are the pre requirements?

A

Pre- Requisite for this, – Apache web server; – PHP (version 5.3.0 or higher) along with the mbstring, curl, zip, gd and mcrypt extensions. They are most generally active by default on a sta

Q

Where we can look for stable updates?

A

Please refer the link as follow "https://www.hesk.com/download.php?ref=indirprg"

Q

Where can I find more information about the European Paediatric Formulary?

A

Background Information about the European Paediatric Formulary can be found on our homepage under https://www.edqm.eu/en/background-mission-1.

Q

what are the upgrade issues in help desk?

A

HESK language may be reset to English if new text was added.
Passwords may not work after upgrade from very old versions (reset password).
If you purchased a license you may need to download a new license.

Related Tutorials in How to install Hesk Help desk tool on Ubuntu 17.04

Related Tutorials in How to install Hesk Help desk tool on Ubuntu 17.04

How to install Meld tool in Ubuntu
How to install Meld tool in Ubuntu
Feb 25, 2017
How to install Dconf-Editor on Ubuntu 18.04
How to install Dconf-Editor on Ubuntu 18.04
Jul 14, 2018
How to install and update OpenSSL on Ubuntu 16.04
How to install and update OpenSSL on Ubuntu 16.04
Mar 9, 2017
How to install GLib 2.0 on Ubuntu 17.04
How to install GLib 2.0 on Ubuntu 17.04
May 22, 2017
How to Install Android Emulator on Ubuntu 20.4.1
How to Install Android Emulator on Ubuntu 20.4.1
Jul 13, 2021
How To Install AnyDesk on Ubuntu 16.04
How To Install AnyDesk on Ubuntu 16.04
Apr 4, 2018
How to install Genymotion 2.12.1 on Ubuntu 18.04
How to install Genymotion 2.12.1 on Ubuntu 18.04
Jul 9, 2018
How to install Timeshift 18.4 on Ubuntu 18.04
How to install Timeshift 18.4 on Ubuntu 18.04
Jul 6, 2018

Related Forums in How to install Hesk Help desk tool on Ubuntu 17.04

Related Forums in How to install Hesk Help desk tool on Ubuntu 17.04

Ubuntu
matthew class=
Failed to enable unit: Refusing to operate on linked unit file sshd.service
Apr 15, 2019
Ubuntu
mason class=
Passwd: You may not view or modify password information for root On Ubuntu 19.04
May 27, 2019
Ubuntu
isaac class=
/etc/apt/sources.list Permission denied
May 18, 2017
Ubuntu
yousuf class=
lsb_release command not working : Debian
Jan 18, 2018
ifconfig command
jackbrookes class=
what is the location of the ifconfig program on your machine?
Jan 4, 2018
Ubuntu
mason class=
"E: Package 'php-mcrypt' has no installation candidate" error on Ubuntu 20.4.1
Mar 15, 2021
NFS
luke class=
clnt_create: RPC: Program not registered
Apr 25, 2017
Apache
isaac class=
How to disable apache welcome page on Ubuntu
Dec 15, 2018

Related News in How to install Hesk Help desk tool on Ubuntu 17.04

Related News in How to install Hesk Help desk tool on Ubuntu 17.04

How To Install Mixxx on Ubuntu 16.04
How To Install Mixxx on Ubuntu 16.04
Oct 11, 2017
Ubuntu 17.04 released with greater expectations
Ubuntu 17.04 released with greater expectations
Apr 15, 2017
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Ubuntu Core now available on i.MX6 based TS-4900 thanks to Technologic Systems Inc.
Mar 1, 2017
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Ubuntu 17.10 Artful Aardvark Beta 1 is now here. Download Now
Sep 2, 2017
Ubuntu Unity is no more: One Linux dream has been axed
Ubuntu Unity is no more: One Linux dream has been axed
Apr 7, 2017
What’s next for Ubuntu Linux Desktop?
What’s next for Ubuntu Linux Desktop?
Apr 11, 2017
Say Hi to Ubuntu's new mascot
Say Hi to Ubuntu's new mascot
Mar 22, 2019
Netgear router vulnerability issue and bugs in Linux app: IT leaders need to be aware.
Netgear router vulnerability issue and bugs in Linux app: IT leaders need to be aware.
Feb 6, 2017
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 Isaiah ?
What is the use of SUID & SGID commands

How to set the special permissions to the files and folders using SUID and SGID commands...

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.