/zextras-theme

Modern-looking interface for Zimbra Open Source brought to you by Zextras. (Read-only mirror)

Primary LanguageCSSGNU Affero General Public License v3.0AGPL-3.0

Zextras Theme

Instructions

Here are the instructions to deploy the theme:

  1. Download the zip file

  2. Extract the content and modify the folder name with the new name zextras

  3. zip the folder with the comand

    zip -r zextras.zip zextras

  4. copy the zip file in /tmp and change the user permissions with

    chown zimbra:zimbra /tmp/zextras.zip

  5. modify the zimbra binary with this command

    sed -i '/+ZimbraInstalledSkin/d' /opt/zimbra/bin/zmskindeploy

  6. modify jetty configuration with the new theme

    sed -i 's/harmony/zextras/g' /opt/zimbra/jetty/etc/zimbra.web.xml.in

  7. As zimbra user execute

    zmskindeploy /tmp/zextras.zip

  8. As zimbra user execute

    zmmailboxdctl restart

Contributions & Feedback

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.