beliys / harry

roundcube skin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

roundcube skin


Languages

Language:CSS 95.7%Language:HTML 4.3%