Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Install via zmzimletctl

Lorenzo Milesi edited this page Nov 29, 2018 · 3 revisions

Get a copy of the source and run build.sh:

  [root@myzimbra ~]# rm -Rf /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_zimbra_openpgp/
  [root@myzimbra ~]# yum install -y git zip
  [root@myzimbra ~]# apt-get -y install git zip
  [root@myzimbra ~]# cd ~ 
  [root@myzimbra ~]# rm pgp-zimlet -Rf
  [root@myzimbra ~]# git clone https://github.com/Zimbra-Community/pgp-zimlet
  [root@myzimbra ~]# cd pgp-zimlet
  [root@myzimbra pgp-zimlet]# git checkout 1.8.3
  [root@myzimbra pgp-zimlet]#./build.sh 1.8.3

Where 1.8.3 is the version number you are building.

  [zimbra@myzimbra pgp-zimlet] zmzimletctl deploy /tmp/tk_barrydegraaff_zimbra_openpgp.zip
  [zimbra@myzimbra pgp-zimlet] zmmailboxdctl restart
Clone this wiki locally