Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 995 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 995 Bytes

Harry skin for roundcube

screenshot

Look more screenshot...

Instruction for install:

git clone https://github.com/beliys/harry /tmp/harry
cp -rf /tmp/harry/skins/harry /var/www/html/roundcube/skins/harry
chown -R webapps:webapps /var/www/html/roundcube
rm -rf /tmp/harry

NOTE:

  1. change /var/www/html/roundcube/ to valid path to roundcube
  2. change webapps:webapps for valid USEROWNER:GROUPOWNER

Instruction for install on directadmin:

git clone https://github.com/beliys/harry /tmp/harry
cp -rf /tmp/harry/skins/harry /var/www/html/roundcube/skins/harry
chown -R webapps:webapps /var/www/html/roundcube
mkdir -p /usr/local/directadmin/custombuild/custom/roundcube/skins
cp -rf /tmp/harry/skins/harry /usr/local/directadmin/custombuild/custom/roundcube/skins/harry
rm -rf /tmp/harry