Ignore:
Timestamp:
05/22/12 00:15:30 (12 years ago)
Author:
wmerlotto
Message:

Ticket #2557 - Correcoes no instalador conforme sugestao no forum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/INSTALL/arquivos/scripts/http.sh

    r6173 r6261  
    6666} 
    6767 
    68 http_debian-squeeze () 
     68http_debian_6 () 
    6969{ 
    7070        http_debian 
     
    8484} 
    8585 
    86 http_ubuntu-11.10 () 
     86http_ubuntu_1110 () 
    8787{ 
    88         http_debian-squeeze 
     88        http_debian_6 
    8989        cp -a ubuntu/11.10/.htaccess $DIR_EXPRESSO 
    9090        cp -a ubuntu/11.10/etc/apache2/apache2.conf /etc/apache2/ 
     
    109109} 
    110110 
    111 http_rhel6 () 
     111http_rhel_6 () 
    112112{ 
    113113        http_rhel 
     
    122122} 
    123123 
    124 # 
    125 # TODO: Preciso de alguem que ajude a testar o SLES! Nao garanto que este codigo funcione 
    126 # 
    127 http_sles () 
    128 { 
    129         yast -i apache2 apache2-prefork apache2-mod_php5 \ 
    130                 php5 php5-devel php5-gd php5-imap php5-ldap php5-pgsql php5-mbstring php5-pear-auth \ 
    131                 zip unzip 
    132  
    133         cpexpresso "/srv/www/htdocs" 
    134         chown -R wwwrun:www /srv/www/htdocs/expresso /home/expressolivre 
    135  
    136         a2enmod rewrite 
    137 } 
    138  
    139 http_sles10 () 
    140 { 
    141         http_sles 
    142  
    143         cp -a sles10/etc/apache2/httpd.conf /etc/apache2/ 
    144         cp -a sles10/etc/apache2/server-tuning.conf /etc/apache2/ 
    145         cp -a sles10/etc/apache2/vhosts.d/expresso.conf /etc/apache2/vhosts.d/ 
    146         cp -a sles10/etc/apache2/sysconfig.d/global.conf /etc/apache2/sysconfig.d/ 
    147         cp -a sles10/etc/php5/apache2/php.ini /etc/php5/apache2/ 
    148  
    149         rcapache2 restart 
    150 } 
Note: See TracChangeset for help on using the changeset viewer.