Install memcached for GS/pA

This commit is contained in:
Bob Mottram 2017-06-04 09:42:16 +01:00
parent b7edffc521
commit c1ec8d9c36
2 changed files with 2 additions and 2 deletions

View File

@ -538,7 +538,7 @@ function install_gnusocial_main {
repair_databases_script
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
apt-get -yq install memcached php-memcached php-intl exiftool libfcgi0ldbl
if [ ! -d /var/www/$GNUSOCIAL_DOMAIN_NAME ]; then
mkdir /var/www/$GNUSOCIAL_DOMAIN_NAME

View File

@ -541,7 +541,7 @@ function install_postactiv_main {
repair_databases_script
apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
apt-get -yq install php-memcached php-intl exiftool libfcgi0ldbl
apt-get -yq install memcached php-memcached php-intl exiftool libfcgi0ldbl
if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
mkdir /var/www/$POSTACTIV_DOMAIN_NAME