How to install Faveo-helpdesk on Centos 7
This video explains how to install Faveo Helpdesk on CentOs 7 Server.
This video will work for both paid and free version for Helpdesk as well as Service desk product range.
Incase of Community version, there is no need to generate the product key for installation.
Download the script from here : https://www.faveohelpdesk.com/user-manual/faveohelpdesk-scripts/Centos-env-script.zip
Steps
———————————————————————————————————————————————————-
Step 1:
Create a new file something.sh
~ touch something.sh
Step 2 : Copy paste the above scipt and save
~ vi something.sh
Step 3 : Give permission to script
~ chmod +x something.sh
Step 4 : Execute the script
~ ./something.sh
Step 5 : Upload the Faveo files to server in to /var/www/faveo directory
Step 6 : Rename Faveo direcory name to faveo-helpdesk
Step 7 : Give permission to files
~ chmod -R 755 faveo-helpdesk
Step 8 : Change the file ownership
~ chown -R apache:apache faveo-helpdesk
centos 7