Skip to content

Commit b4caf5d

Browse files
authored
Se agrega a la instalación los paquetes redis-server y php-redis.
1 parent 2d4080f commit b4caf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Wordpress_Installer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ echo "phpmyadmin phpmyadmin/app-password-confirm password $db_password" | debcon
2525

2626
#### Instalar paquetes para https y mysql
2727
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
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 redis-server php-redis mysql-server phpmyadmin
2929

3030
a2enmod rewrite
3131

0 commit comments

Comments
 (0)