We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d4080f commit b4caf5dCopy full SHA for b4caf5d
Wordpress_Installer.sh
@@ -25,7 +25,7 @@ echo "phpmyadmin phpmyadmin/app-password-confirm password $db_password" | debcon
25
26
#### Instalar paquetes para https y mysql
27
apt-get update && apt-get upgrade -y
28
-apt-get install -y apache2 memcached php php-bz2 php-mysqli php-curl php-gd php-intl php-common php-mbstring php-xml php-zip php-imagick php-memcache mysql-server phpmyadmin
+apt-get install -y apache2 memcached php php-bz2 php-mysqli php-curl php-gd php-intl php-common php-mbstring php-xml php-zip php-imagick php-memcache redis-server php-redis mysql-server phpmyadmin
29
30
a2enmod rewrite
31
0 commit comments