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

Commit 4b6594a

Browse files
author
Barry de Graaff
authored
Merge pull request #194 from btactic/config_properties_edit_changes_apply_production_fix
Added production documentation on how to update zimlet properties.
2 parents 6f8ddf1 + 986b7fb commit 4b6594a

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
@@ -139,8 +139,16 @@ After changing config.properties run the following:
139139
wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar -O /tmp/prop2xml.jar
140140
chmod +rx /tmp/set-java-path.sh
141141
source /tmp/set-java-path.sh
142+
143+
(Development mode):
144+
142145
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
143146

147+
(Production mode):
148+
149+
zmzimletctl configure /opt/zimbra/zimlets-deployed/tk_barrydegraaff_owncloud_zimlet/config_template.xml
150+
zmcontrol restart
151+
144152
### Restrict allowed DAV Servers
145153

146154
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)