Skip to content
Snippets Groups Projects
Commit c1ec8d9c authored by Bob Mottram's avatar Bob Mottram
Browse files

Install memcached for GS/pA

parent b7edffc5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment