Skip to content

Commit 51ece42

Browse files
committed
windows redis edit
1 parent 3c46ef0 commit 51ece42

2 files changed

Lines changed: 26 additions & 17 deletions

File tree

_docs/installation/providers/enterprise/Archive/wkhtmltopdf.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,26 @@ type: docs
44
permalink: /docs/installation/providers/enterprise/wkhtmltopdf/
55
redirect_from:
66
- /theme-setup/
7-
last_modified_at: 2023-01-31
7+
last_modified_at: 2026-02-26
88
toc: true
9-
title: How to install wkhtmltopdf plugin on different servers
9+
title: How to Configure WKHTMLTOPDF for PDF Generation in Faveo Helpdesk
1010
---
11-
<img alt="Wkhtmltopdf" src="https://ourcodeworld.com/public-media/articles/articleocw-590c895c5d17d.png" width="200" />
11+
<img alt="Wkhtmltopdf" src="https://wkhtmltopdf.org/images/logo.png" width="200" />
1212

1313
# <strong>Introduction :</strong>
14-
This document will guide you to install wkhtmltopdf on your server.
14+
This guide explains how to install and configure WKHTMLTOPDF specifically for generating PDFs within Faveo Helpdesk Enterprise.
1515

16-
Wkhtmltopdf is an open source simple and much effective command-line shell utility that enables user to convert any given HTML (Web Page) to PDF document or an image (jpg, png, etc).
16+
WKHTMLTOPDF is used by Faveo to create ticket exports, invoices, and other PDF documents inside the application.
17+
18+
> This documentation is intended only for administrators installing or maintaining Faveo Helpdesk and does not cover general standalone usage of WKHTMLTOPDF.
19+
20+
21+
WKHTMLTOPDF is an open source simple and much effective command-line shell utility that enables user to convert any given HTML (Web Page) to PDF document or an image (jpg, png, etc).
1722

1823
It uses WebKit rendering layout engine to convert HTML pages to PDF document without losing the quality of the pages. Its is really very useful and trustworthy solution for creating and storing snapshots of web pages in real-time.
1924

2025
# <!-- omit in toc -->
21-
- [<strong>Steps to install wkhtmltopdf :</strong>](#steps-to-install-wkhtmltopdf)
26+
- [<strong>Steps to install wkhtmltopdf for Faveo Helpdesk:</strong>](#steps-to-install-wkhtmltopdf-for-faveo-helpdesk)
2227
- [<strong> 1. Linux Distros</strong>](#-1-linux-distros)
2328
- [<strong> 2. Windows Servers</strong>](#-2-windows-servers)
2429

@@ -28,7 +33,7 @@ It uses WebKit rendering layout engine to convert HTML pages to PDF document wit
2833

2934
### <strong> 1. Linux Distros</strong>
3035

31-
Follow the below steps to install wkhtmltopdf on your server.
36+
Follow the below steps to install wkhtmltopdf on your Faveo server.
3237

3338
**For Alma Linux 9, Rocky9 and RHEL9**
3439

@@ -75,7 +80,7 @@ apt --fix-broken install -y
7580

7681
### <strong> 2. Windows Servers</strong>
7782

78-
Follow the below procedure to install wkhtmltopdf plugin on windows server with IIS or Apache webserver.
83+
Follow the below procedure to install wkhtmltopdf plugin for Faveo Helpdesk on windows server with IIS or Apache webserver.
7984

8085

8186
- <a href="https://wkhtmltopdf.org/downloads.html" target="_blank" rel="noopener">Click Here</a> to download 64-bit wkhtmltopdf-0.12.6-1.exe installer file.

_docs/installation/providers/enterprise/redis-windows.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,33 @@ type: docs
44
permalink: /docs/installation/providers/enterprise/redis-windows/
55
redirect_from:
66
- /theme-setup/
7-
last_modified_at: 2024-11-12
7+
last_modified_at: 2026-02-26
88
last_modified_by: Mohammad_Asif
99
toc: true
10-
title: Installing Redis on Windows Server
10+
title: Install and configure Redis for Faveo on Windows Server
1111
---
1212

1313

1414
<img alt="Windows" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/e2/Windows_logo_and_wordmark_-_2021.svg/250px-Windows_logo_and_wordmark_-_2021.svg.png" width="200" />
1515

1616

17-
<img alt="Windows" src="https://upload.wikimedia.org/wikipedia/en/6/6b/Redis_Logo.svg" width="200" />
17+
<img alt="Redis" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/3c/Logo-redis_%28old%29.svg/3840px-Logo-redis_%28old%29.svg.png" width="200" />
1818

19-
[<strong>Install Redis & Configure it with WinSW</strong>](#Install-Redis-&-Configure-it-with-WinSW)
19+
This guide explains how to configure Redis specifically for running Faveo Helpdesk Enterprise on Windows servers.
2020

21+
Redis is used by Faveo to improve ticket queue processing, background jobs, and overall application performance.
2122

22-
<b>1. Install PHP 8.2 Redis Extension </b>
23+
> This documentation is intended only for administrators setting up Faveo Helpdesk and does not cover general Redis installation outside of the Faveo environment.
2324
24-
<a href="https://pecl.php.net/package/redis/6.1.0/windows" target="_blank" rel="noopener">Click Here</a> to download PHP 8.2 NTS x64 zip file.
2525

26-
<img src="https://raw.githubusercontent.com/ladybirdweb/faveo-server-images/master/_docs/installation/providers/enterprise/windows-images/PHPredis.png" style=" width:400px ; height:250px ">
26+
<b>1. Install PHP 8.4 Redis Extension </b>
2727

28-
- Unzip the php-redis zip file, a folder will be created, go inside the folder, copy the *php_redis.dll* file and paste it in *C:\php8.2\ext.* *(C:\php\ext incase of Apache WebServer).*
29-
- Now enable php redis extension in *php.ini* configuration located in *C:\php8.2.* *(C:\php incase of Apache WebServer).*
28+
<a href="https://pecl.php.net/package/redis/6.1.0/windows" target="_blank" rel="noopener">Click Here</a> to download PHP 8.4 NTS x64 zip file.
29+
30+
<img src="https://raw.githubusercontent.com/ladybirdweb/faveo-server-images/master/_docs/installation/providers/enterprise/GUI-images/php84-c.png" style=" width:400px ; height:250px ">
31+
32+
- Unzip the php-redis zip file, a folder will be created, go inside the folder, copy the *php_redis.dll* file and paste it in *C:\php8.4\ext.* *(C:\php\ext incase of Apache WebServer).*
33+
- Now enable php redis extension in *php.ini* configuration located in *C:\php8.4.* *(C:\php incase of Apache WebServer).*
3034

3135
```
3236
extension=php_redis.dll

0 commit comments

Comments
 (0)