I'm running Ubuntu and I tried following the instructions with out hope too. I installed roundcube from the repository and tweaked it to get it working. Debian also has the roundcube package too. I followed these instructions to get it working for me from
https://help.ubuntu.com/community/Roundcube
Quote:
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 apache2 restart
Now browse to your machine at http://myhostname.mydomainname.com/roundcube
|