Changes between Version 3 and Version 4 of Howto_Install_fr


Ignore:
Timestamp:
May 24, 2007 10:52:28 PM (6 years ago)
Author:
nuxwin
Comment:

Fixed bad bbcode

Legend:

Unmodified
Added
Removed
Modified
  • Howto_Install_fr

    v3 v4  
    1818'''2.''' On télécharge la dernière version en date de RoundCube : 
    1919{{{ 
    20 wget http://downloads.sourceforge.net/roundcubemail/roundcubemail-0.1-rc1.tar.gz?download 
     20wget http://downloads.sourceforge.net/roundcubemail/roundcubemail-0.1-rc1.tar.gz 
    2121}}} 
    2222 
     
    119119a.''' On se place dans le répertoire contenant les fichiers de configuration : 
    120120 
    121 [code] 
     121{{{ 
    122122cd  /var/www/webmail/config 
    123 [/code] 
     123}}} 
    124124 
    125125'''b.''' On copie les fichiers pour qu'ils puisse être intérprêter par le moteur php : 
    126126 
    127 [code] 
     127[[[ 
    128128for f in *.dist; do cp $f `basename $f .dist`; done 
    129 [/code] 
     129}}} 
    130130 
    131131A venir...