How to install/uninstall Zimlets In Zimbra
First place zip file in:
/opt/zimbra/zimlets
To install:
su zimbra
zmzimletctl install zimlet_archive_name.zip
zmzimletctl deploy zimlet_archive_name.zip
zmzimletctl enable zimlet_archive_name
To uninstall:
su zimbra
cd /opt/zimbra/zimlets
zmzimletctl disable zimlet_name
zmzimletctl undeploy zimlet_name
Others:
zmzimletctl listZimlets
zmzimletctl info zimlet_name
Ref:
Comments
Post a Comment