Installation of RoundCubeMail Step (1) Download the latest tar file from http://roundcube.net/ roundcubemail-0.1.1.tar.gz
[root@alanstudio]# cd /var/www/html/ Step (2)
[root@alanstudio]# chown -R apache.apache /var/www/html/roundcubemail Step (3) Create the database "roundcubemail" in mysql and import the tables from "SQL/mysql.initial.sql"
[root@alanstudio]# mysql -uroot -p Step (4) Rename config file to :
[root@alanstudio]# cd roundcubemail/config/ [root@alanstudio]# chown -R root.root db.inc.php Modify the config file 'db.inc.php'
[root@alanstudio]# vi db,inc.php
$rcmail_config['default_host'] = '127.0.0.1'; [root@alanstudio]# rm .htaccess Step (5) Test your roundcubemail : http://localhost/roundcubemail P.S.:(1) If it is prompt with database connect error, try check you mysql database or change the value in db.inc.php : $rcmail_config['db_backend'] = 'db'; (2) You can check your php/extension requirement in web installer, but first enable it in main.inc.php, then view it in http://localhost/roundcubemail/installer Server is hosted by Alanstudio Linux Operating System Recommend screen resolution 1024 x 768 / IE / FireFox Alan Studio © 2007 by Alan Cheung Hin Lun. All rights reserved. |