Trabla: Install osTicket v1.9.14 open source support ticket system on Windows ( XAMPP 5.6.23 ) - Part 1/2
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 1/2 ( Part 2/2 ):
Watch on YouTube
https://www.apachefriends.org/download.html
2. Download osTicket v1.9.14 opensource support ticket system sources from official site:
http://osticket.com/
3. Create folder \osticket XAMPP htdocs folder
C:\xampp\htdocs\osticket
and copy all files from downloaded osTicket v1.9.14 opensource support ticket system .zip source
( copy content from archive folder upload )
4. Run XAMPP Control Panel
- open php.ini file ( Apache -> Config-> PHP(php.ini) )
- change max_execution_time value
from max_execution_time=30 to max_execution_time=600
- uncomment ( remove semicolon ) imap extension
from ;extension=php_imap.dll to extension=php_imap.dll
- save & close php.ini
- start Apache
- start Database
5. Open in browser following url to start osTicket v1.9.14 opensource support ticket system web installation
http://localhost/osticket
"Prerequisites" page
- make sure all ok
- click "Continue" button
6. "Missing configuration file" page
- open folder "C:\xampp\htdocs\osticket\include\"
- find file "os-sampleconfig.php"
- copy and paste file "os-sampleconfig.php"
- rename "os-sampleconfig Copy.php" to "os-config.php"
No comments:
Post a Comment