Browse Source

Add php-redis to self-hosting instructions

Will 4 years ago
parent
commit
4dec68867f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      SELF-HOSTING.md

+ 1 - 1
SELF-HOSTING.md

@@ -402,7 +402,7 @@ php-fpm7.4 -v
 Install some required extensions:
 Install some required extensions:
 
 
 ```bash
 ```bash
-sudo apt install php7.4-common php7.4-mysql php7.4-dev php7.4-mbstring php7.4-gd php7.4-imagick php7.4-opcache php7.4-soap php7.4-zip php7.4-cli php7.4-curl php-mailparse php-gnupg -y
+sudo apt install php7.4-common php7.4-mysql php7.4-dev php7.4-mbstring php7.4-gd php7.4-imagick php7.4-opcache php7.4-soap php7.4-zip php7.4-cli php7.4-curl php-mailparse php-gnupg php-redis -y
 ```
 ```
 
 
 ```bash
 ```bash