-
Notifications
You must be signed in to change notification settings - Fork 29
Home
See: README.md
Please use _dev environment when developing so I can accept your pull request, further reading here: http://wiki.zimbra.com/wiki/Zimlet_Developers_Guide:Dev_Environment_Setup#Zimlet_Development_Directory
su zimbra
zmzimletctl undeploy tk_barrydegraaff_zimbra_openpgp
cd /tmp
rm pgp-zimlet -Rf
git clone https://github.com/barrydegraaff/pgp-zimlet
mkdir $HOME/zimlets-deployed/_dev
mv /tmp/pgp-zimlet/tk_barrydegraaff_zimbra_openpgp $HOME/zimlets-deployed/_dev/
We use a non-minified version that is build from source using dist/openpgp.js this is done so we can track changes of OpenPGP.js in our own Github and avoid issues with Zimbra Javascript optimizer:
To build new version: npm install && npm test
Pre-build binaries are put in the binaries Github: https://github.com/barrydegraaff/pgp-zimlet-binaries
The pre-build zip binaries contain all the files needed to run the Zimlet (no documentation videos and test files). Also pay attention that script files in the zip have '_dev/' removed from url's, so you cannot unzip en paste these pre-build zip binaries back to _dev environment.