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

Commit

Permalink
Merge pull request #194 from btactic/config_properties_edit_changes_a…
Browse files Browse the repository at this point in the history
…pply_production_fix

Added production documentation on how to update zimlet properties.
  • Loading branch information
Barry de Graaff authored Jan 4, 2019
2 parents 6f8ddf1 + 986b7fb commit 4b6594a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,16 @@ After changing config.properties run the following:
wget https://github.com/Zimbra-Community/prop2xml/raw/master/out/artifacts/prop2xml_jar/prop2xml.jar -O /tmp/prop2xml.jar
chmod +rx /tmp/set-java-path.sh
source /tmp/set-java-path.sh

(Development mode):

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

(Production mode):

zmzimletctl configure /opt/zimbra/zimlets-deployed/tk_barrydegraaff_owncloud_zimlet/config_template.xml
zmcontrol restart

### Restrict allowed DAV Servers

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

0 comments on commit 4b6594a

Please sign in to comment.