- Joined
- Feb 27, 2003
- Messages
- 8,138
Hello,
For anyone interested, Martynas Bendorius has created us a roundcube install script. It's very quick and painless. It's being released as beta, so if there are any issues, please direct them to this thread and not our support email address.
To install it:
Once installed, you'll need to restart apache for the /roundcube alias to function. Note that roundcube uses mysql for it's data, so a da_roundcube database is created.
John
For anyone interested, Martynas Bendorius has created us a roundcube install script. It's very quick and painless. It's being released as beta, so if there are any issues, please direct them to this thread and not our support email address.
To install it:
Code:
cd /usr/local/directadmin/scripts
wget -O roundcube.sh http://files.directadmin.com/services/all/roundcube.sh
chmod 755 roundcube.sh
./roundcube.sh
John