First we need to add apc to our nginx stack:
Check timezone
get latest Roundcube
now we make a db for it.
now we give it an nginx vhost
apt-get install php-apc nano /etc/phjp5/cli/php.ini
date.timezone = "Europe Amsterdam"
cd /usr/share/nginx wget http://downloads.sourceforge.net/project/roundcubemail/roundcubemail/0.8.5/roundcubemail-0.8.5.tar.gz tar xvf roundcubemail-0.8.tar.gz ln -s roundcubemail-0.8.5/ roundcube chown www-data:www-data roundcubemail-0.8.5 -R
mysql create database roundcube; GRANT ALL PRIVILEGES ON roundcube.* TO 'roundcube_admin'@'localhost' IDENTIFIED BY 'roundcube_admin_password'; FLUSH privileges; quit;