Install osTicket v1.9.14 on windows - Part 2/2

Trabla: Install osTicket v1.9.14 open source support ticket system on Windows ( XAMPP 5.6.23 ) - Part 2/2

Install osTicket v1.9.14 on windows tutorial

osTicket is a widely-used and trusted open source support ticket system, written on PHP. It seamlessly routes inquiries created via email, web-forms and phone calls into a simple, easy-to-use, multi-user, web-based customer support platform. osTicket comes packed with more features and tools than most of the expensive (and complex) support ticket systems on the market. The best part is, it's completely free.


Solving  - Part 2/2  (  Part 1/2 ):


Watch on YouTube

7. "osTicket basic installation" page - "System settings" block

- type your system settings
- scroll down

Install osTicket v1.9.14 on windows tutorial 1

8. "osTicket basic installation" page - "Admin User" block

- type yours  osTicket v1.9.14 opensource support ticket system admin credentials
- scroll down

Install osTicket v1.9.14 on windows tutorial 2


9. "osTicket basic installation" page - "Database settings" block

Install osTicket v1.9.14 on windows tutorial 3

Now we need to create Database for  osTicket v1.9.14 opensource support ticket system

1) Open phpMyAdmin in new browser tab (or window :) ) - http://localhost/phpmyadmin
2) Open SQL tab
3) Execute following query

Install osTicket v1.9.14 on windows tutorial 4


CREATE DATABASE `osticket` 
DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;

CREATE USER 'osticket-owner'@'localhost'; 
CREATE USER 'osticket-owner'@'127.0.0.1';
CREATE USER 'osticket-owner'@'::1';

SET PASSWORD 
FOR 'osticket-owner'@'localhost' = PASSWORD('osticket123$%');
SET PASSWORD 
FOR 'osticket-owner'@'127.0.0.1' = PASSWORD('osticket123$%');
SET PASSWORD 
FOR 'osticket-owner'@'::1' = PASSWORD('osticket123$%');


GRANT ALL PRIVILEGES ON 
`osticket`.* TO 'osticket-owner'@'localhost' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`osticket`.* TO 'osticket-owner'@'127.0.0.1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON 
`osticket`.* TO 'osticket-owner'@'::1' WITH GRANT OPTION;

Install osTicket v1.9.14 on windows tutorial 5

Install osTicket v1.9.14 on windows tutorial 6

Go back  to  osTicket v1.9.14 opensource support ticket system  installation page

- type MySQL Hostname -  localhost
- type MySQL Database osticket
- type MySQL User-  ostiket-owner
- type MySQL Password - ostiket123$%

- click "Install Now" button

Install osTicket v1.9.14 on windows tutorial 7


10.  Installing ....

Install osTicket v1.9.14 on windows tutorial 8


11. "Congratulations!" page

Install osTicket v1.9.14 on windows tutorial 9


12.  Goto folder C:\xampp\htdocs\osticket

delete folder \setup

Install osTicket v1.9.14 on windows tutorial 10


13. Goto folder C:\xampp\htdocs\osticket\include

- right mouse click on file os-config.php
- select "Properties"
- enable checkbox "Read-only"
- click "Apply" button
- click "Ok" button

Install osTicket v1.9.14 on windows tutorial 11

Enjoy  osTicket v1.9.14 opensource support ticket system   !!!

Install osTicket v1.9.14 on windows tutorial 12

Install osTicket v1.9.14 on windows tutorial 13

Install osTicket v1.9.14 on windows tutorial 14


Admin Panel of osTicket v1.9.14 opensource support ticket system

Install osTicket v1.9.14 on windows tutorial 15

Install osTicket v1.9.14 on windows tutorial 16

Install osTicket v1.9.14 on windows tutorial 17

Install osTicket v1.9.14 on windows tutorial 18

Install osTicket v1.9.14 on windows tutorial 19

Install osTicket v1.9.14 on windows tutorial 20

Install osTicket v1.9.14 on windows tutorial 20

No comments:

Post a Comment