Ver Fonte

Add php-redis to self-hosting instructions

Will há 4 anos atrás
pai
commit
4dec68867f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      SELF-HOSTING.md

+ 1 - 1
SELF-HOSTING.md

@@ -402,7 +402,7 @@ php-fpm7.4 -v
 Install some required extensions:
 
 ```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