Changes between Version 3 and Version 4 of Roundcube
- Timestamp:
- 07/29/10 08:55:16 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Roundcube
v3 v4 3 3 webs with roundcube: 4 4 {{{ 5 web1 (?) die roundcube db ist leer und Du verwendest doch squirl ?? 6 web2 7 web8 8 web15 5 9 web16 6 web27 10 web25 8 web89 11 web31 10 web1 11 web15 12 web39 12 13 }}} 13 14 15 16 '''THINK THIS IS OLD INFO:''' 14 17 roundcube is not in official portage yet but should be in the webapps overlay therefor we need layman[[BR]] 15 18 … … 23 26 }}} 24 27 28 '''START CLIENT INSTALLTION HERE''' 29 25 30 follow the information provided by the ebuild[[BR]] 26 31 … … 31 36 {{{ 32 37 > create database roundcubemail_web1; 33 > GRANT ALL PRIVILEGES ON roundcubemail_web 1.* TO roundcube@localhost IDENTIFIED BY '<password>';38 > GRANT ALL PRIVILEGES ON roundcubemail_web''<YOUR WEBID>''.* TO roundcube@localhost IDENTIFIED BY ' ''<password>'' '; 34 39 }}} 35 40 {{{ 36 # mysql -uroot -p roundcubemail_web 1< /var/www/web1/web/roundcube/SQL/mysql.initial.sql41 # mysql -uroot -p roundcubemail_web''<YOUR WEBID>'' < /var/www/web1/web/roundcube/SQL/mysql.initial.sql 37 42 }}} 38 43 !!! change /etc/vhosts/webapp-config (see above) before the next command !!! 39 44 {{{ 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 47 If 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 41 50 }}} 42 51 in /var/www/web1/web/roundcube/config/main.inc.php change[[BR]]