浏览代码

Install memcached for GS/pA

Bob Mottram 8 年前
父节点
当前提交
c1ec8d9c36
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1
    1
      src/freedombone-app-gnusocial
  2. 1
    1
      src/freedombone-app-postactiv

+ 1
- 1
src/freedombone-app-gnusocial 查看文件

538
     repair_databases_script
538
     repair_databases_script
539
 
539
 
540
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
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
     if [ ! -d /var/www/$GNUSOCIAL_DOMAIN_NAME ]; then
543
     if [ ! -d /var/www/$GNUSOCIAL_DOMAIN_NAME ]; then
544
         mkdir /var/www/$GNUSOCIAL_DOMAIN_NAME
544
         mkdir /var/www/$GNUSOCIAL_DOMAIN_NAME

+ 1
- 1
src/freedombone-app-postactiv 查看文件

541
     repair_databases_script
541
     repair_databases_script
542
 
542
 
543
     apt-get -yq install php-gettext php-curl php-gd php-mysql git curl
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
     if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
546
     if [ ! -d /var/www/$POSTACTIV_DOMAIN_NAME ]; then
547
         mkdir /var/www/$POSTACTIV_DOMAIN_NAME
547
         mkdir /var/www/$POSTACTIV_DOMAIN_NAME