Changeset 7619


Ignore:
Timestamp:
12/06/12 22:47:31 (11 years ago)
Author:
wmerlotto
Message:

Ticket #3191 - Removendo arquivos desnecessarios e alterando instalador para compatibiliza-lo com zpush

Location:
trunk
Files:
2 added
2 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/.htaccess

    r7616 r7619  
    5050#<ifModule mod_expires.c> 
    5151#       ExpiresActive On 
     52#       ExpiresDefault A0 
    5253#       ExpiresDefault "access plus 1 day" 
    5354        # Permite que os arquivos sejam "cacheados" tanto para http quanto para https 
     
    6667        #<FilesMatch "\.(pl|php|cgi|spl|scgi|fcgi)$"> 
    6768                #ExpiresActive Off 
     69                # Sem cache! 
     70                #ExpiresDefault A0 
     71                #Header set Cache-Control "no-store, no-cache, must-revalidate, max-age=0" 
     72                #Header set Pragma "no-cache" 
    6873        #</FilesMatch> 
    6974#</ifModule> 
  • trunk/INSTALL/arquivos/scripts/http.sh

    r7503 r7619  
    5555                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 \ 
    5656                libgv-php5 zip unzip memcached 
     57 
     58        # para que o yuicompressor funcione 
     59        apt-get install -y openjdk-6-jre-headless 
     60 
    5761        # Copia os arquivos do Expresso Livre 
    5862        cpexpresso "/var/www" 
     
    108112                php php-cli php-ldap php-pgsql php-imap php-mbstring php-gd php-xml \ 
    109113                php-pecl-memcache graphviz-php php-pspell \ 
    110                 unzip zip memcached libmemcached 
     114                unzip zip memcached libmemcached \ 
     115                php-soap php-process # para o zpush 
     116 
     117        # para que o yuicompressor funcione 
     118        yum -y install java-1.6.0-openjdk 
    111119 
    112120        cpexpresso "/var/www/html" 
  • trunk/INSTALL/expressoInstall.sh

    r7503 r7619  
    3535# Variaveis globais 
    3636ARQS="arquivos" 
    37 VERSAO="2.4.0" 
     37VERSAO="2.5.0" 
    3838# Inclusao dos scripts de apoio 
    3939. $ARQS/scripts/aux.sh 
  • trunk/prototype/config/OpenLDAP.srv

    r6173 r7619  
    44idAtribute = "uidNumber" 
    55host = 127.0.0.1 
    6 context = "LDAP_DN" 
     6context = "dc=prognus,dc=com,dc=br" 
    77; Caso o LDAP requisite autenticacao, configure os parametros a seguir 
    88;user =  
Note: See TracChangeset for help on using the changeset viewer.