Changes between Version 3 and Version 4 of Roundcube


Ignore:
Timestamp:
07/29/10 08:55:16 (14 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Roundcube

    v3 v4  
    33webs with roundcube:
    44{{{
     5web1 (?) die roundcube db ist leer und Du verwendest doch squirl ??
     6web2
     7web8
     8web15
    59web16
    6 web2
    710web25
    8 web8
    911web31
    10 web1
    11 web15
     12web39
    1213}}}
    1314
     15
     16'''THINK THIS IS OLD INFO:'''
    1417roundcube is not in official portage yet but should be in the webapps overlay therefor we need layman[[BR]]
    1518
     
    2326}}}
    2427
     28'''START CLIENT INSTALLTION HERE'''
     29
    2530follow the information provided by the ebuild[[BR]]
    2631
     
    3136{{{
    3237> create database roundcubemail_web1;
    33 > GRANT ALL PRIVILEGES ON roundcubemail_web1.* TO roundcube@localhost IDENTIFIED BY '<password>';
     38> GRANT ALL PRIVILEGES ON roundcubemail_web''<YOUR WEBID>''.* TO roundcube@localhost IDENTIFIED BY ' ''<password>'' ';
    3439}}}
    3540{{{
    36 # mysql -uroot -p roundcubemail_web1 < /var/www/web1/web/roundcube/SQL/mysql.initial.sql
     41# mysql -uroot -p roundcubemail_web''<YOUR WEBID>'' < /var/www/web1/web/roundcube/SQL/mysql.initial.sql
    3742}}}
    3843!!! change /etc/vhosts/webapp-config (see above) before the next command !!!
    3944{{{
    40 # webapp-config -I -h www.thinkthinkdo.com -d roundcube roundcube 0.1_rc2
     45'''!!! Version changes (last bit of the following command: 0.3.1) please check for the actual version in (/usr/share/webapps/roundcube) !!!'''
     46# webapp-config -I -h www.thinkthinkdo.com -d roundcube roundcube 0.3.1
     47If you want to upgrade to the latest version you can do (Check for the latest vereion is required before !):
     48# webapp-config -U -h www.thinkthinkdo.com -d roundcube roundcube 0.3.1
     49
    4150}}}
    4251in /var/www/web1/web/roundcube/config/main.inc.php change[[BR]]