Changeset 6993 for branches


Ignore:
Timestamp:
08/10/12 17:43:21 (12 years ago)
Author:
eduardow
Message:

Ticket #3007 - Adição de novos pacotes PHP no instalador.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.4/INSTALL/arquivos/scripts/http.sh

    r6688 r6993  
    5151        # Instala o apache2 juntamente com o PHP5 e seus respectivos módulos 
    5252        apt-get install -y apache2-mpm-prefork libapache2-mod-php5 apache2-utils \ 
    53                 php5 php5-common php5-dev php5-gd php5-imap php5-ldap php5-pgsql php5-cgi php5-cli php5-curl php5-xmlrpc php5-memcache\ 
    54                 zip unzip 
     53                php5 php5-common php5-dev php5-gd php5-imap php5-ldap php5-pgsql php5-cgi php5-cli php5-curl php5-xmlrpc php5-memcache php5-pspell \  
     54            libgv-php5 zip unzip memcached libmemcached  
    5555        # Copia os arquivos do Expresso Livre 
    5656        cpexpresso "/var/www" 
     
    9797        yum -y install httpd mod_ssl \ 
    9898                php php-cli php-ldap php-pgsql php-imap php-mbstring php-gd php-xml \ 
    99                 memcached php-pecl-memcache libmemcached \ 
    100                 unzip zip 
     99                php-pecl-memcache graphviz-php php-pspell \  
     100            unzip zip memcached libmemcached 
    101101 
    102102        cpexpresso "/var/www/html" 
Note: See TracChangeset for help on using the changeset viewer.