Skip to content

0xbilko/harry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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