Browse Source

Install memcached for GS/pA

Bob Mottram 8 years ago
parent
commit
c1ec8d9c36
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/freedombone-app-gnusocial
  2. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-gnusocial View File

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

+ 1
- 1
src/freedombone-app-postactiv View File

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