Difference between revisions of "Hesk/Help Desk"

From 24PinTech Wiki
Jump to navigation Jump to search
Line 11: Line 11:
Download and unzip [https://www.hesk.com/download.php Hesk 3.2.2]
Download and unzip [https://www.hesk.com/download.php Hesk 3.2.2]


==== Step 2 ====
====Step 2====
Use PUTTY to login to 10.21.25.11 type in cd /var/www
Use PUTTY to login to 10.21.25.11 type in <code>cd /www/var</code> and make a new directory.  The directory should be the same as your URL.  In this instance I created the ''service.24pin.tech'' directory using the md command.
 
==== Step 3 ====
Navigate to <code>etc/nginx/sites-available</code> and create a new config in nginx.  In this instance I will be creating the service.24pin.tech file.  Use an editor like nano or vim to edit the config file.  Here is an example <code>sudo nano service.24pin.tech</code>.  Once in the editor create a config file, see the nginx article in this wiki in the section [[Nginx|Configuring Nginx]] for assistance

Revision as of 14:59, 13 April 2021

About

HESK is a basic, lightweight, help desk program that we use to process our work orders for 24PinTech. We downloaded the software from HESK.COM and it fully integrated with our 24Pin.tech website. The URL to access the new software is at service.24pin.tech.

Installation

The installation of HESK required a download from hesk.com. We downloaded and installed HESK 3 (version 3.2.2) The installation was somewhat problematic due to lack of documentation regarding the installation process for Nginx. I used the following documents to piece together the process.

Step 1

Download and unzip Hesk 3.2.2

Step 2

Use PUTTY to login to 10.21.25.11 type in cd /www/var and make a new directory. The directory should be the same as your URL. In this instance I created the service.24pin.tech directory using the md command.

Step 3

Navigate to etc/nginx/sites-available and create a new config in nginx. In this instance I will be creating the service.24pin.tech file. Use an editor like nano or vim to edit the config file. Here is an example sudo nano service.24pin.tech. Once in the editor create a config file, see the nginx article in this wiki in the section Configuring Nginx for assistance