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

Commit

Permalink
Added production documentation on how to update zimlet properties. Fi…
Browse files Browse the repository at this point in the history
…xes 189
  • Loading branch information
adriangibanelbtactic committed Jan 3, 2019
1 parent 87f239d commit 986b7fb
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 @@ -143,8 +143,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 986b7fb

Please sign in to comment.