Here are the instructions to deploy the theme:
-
Download the zip file
-
Extract the content and modify the folder name with the new name
zextras
-
zip the folder with the comand
zip -r zextras.zip zextras
-
copy the zip file in
/tmp
and change the user permissions withchown zimbra:zimbra /tmp/zextras.zip
-
modify the zimbra binary with this command
sed -i '/+ZimbraInstalledSkin/d' /opt/zimbra/bin/zmskindeploy
-
modify jetty configuration with the new theme
sed -i 's/harmony/zextras/g' /opt/zimbra/jetty/etc/zimbra.web.xml.in
-
As zimbra user execute
zmskindeploy /tmp/zextras.zip
-
As zimbra user execute
zmmailboxdctl restart
NOTE: This is a read-only mirror. This means that pull requests or issues wil not be managed here.
Want to contribute? Did you find a bug?
Have a look here to file issues or suggestions.