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

Commit 986b7fb

Browse files
Added production documentation on how to update zimlet properties. Fixes 189
1 parent 87f239d commit 986b7fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,16 @@ After changing config.properties run the following:
143143
wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar -O /tmp/prop2xml.jar
144144
chmod +rx /tmp/set-java-path.sh
145145
source /tmp/set-java-path.sh
146+
147+
(Development mode):
148+
146149
java -jar /tmp/prop2xml.jar tk_barrydegraaff_owncloud_zimlet /opt/zimbra/lib/ext/ownCloud/config.properties /opt/zimbra/zimlets-deployed/_dev/tk_barrydegraaff_owncloud_zimlet/config_template.xml
147150

151+
(Production mode):
152+
153+
zmzimletctl configure /opt/zimbra/zimlets-deployed/tk_barrydegraaff_owncloud_zimlet/config_template.xml
154+
zmcontrol restart
155+
148156
### Restrict allowed DAV Servers
149157

150158
Your clients **can connect to all dav servers by default**, you can restrict the allowed DAV servers to connect to in:

0 commit comments

Comments
 (0)