个人工具

UbuntuHelp:Roundcube

来自Ubuntu中文

跳转至: 导航, 搜索

You'll need apache, and mysql installed. If they are not already installed the following command will install them. sudo aptitude install apache2 Run the following command to install roundcube sudo aptitude install roundcube roundcube-mysql Configure roundcube dpkg-reconfigure roundcube-core Next create a symbolic link to apache's document root, in this case /var/www sudo ln -s /usr/share/roundcube /var/www/roundcube Restart Apache sudo service restart apache2 Now browse to your machine at http://myhostname.mydomainname.com/roundcube