مرحله ۱: ایجاد پایگاه داده و نام کاربری جدید
|
create database roundcubedb; |
|
set password for 'usercube' = password('usercube'); |
|
grant all privileges on roundcubedb.* to ‘usercube’ identified by ‘usercube'; |
مرحله ۲: نصب Round Cube In this case Roundcube Webmail will be installed in the directory /var/www/webmail. Download and extract archieve Roundcube Webmail to directory /var/www/webmail
|
wget http://liquidtelecom.dl.sourceforge.net/project/roundcubemail/roundcubemail/1.1.0/roundcubemail-1.1.0-complete.tar.gz tar -xzvf roundcubemail-۱.۱.۰-complete.tar.gz -C /var/www mv /var/www/roundcubemail-۱.۱.۰/ /var/www/webmail |
change ownership directory /var/www/webmail/temp and /var/www/webmail/logs to user and group www-data ( www-data is user and group web server) sudo chown