Changes for page Desktop Client Module Installation
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ryanp1 +XWiki.michelk - Content
-
... ... @@ -97,6 +97,18 @@ 97 97 mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ 98 98 {{/code}} 99 99 100 +Alternatively it can be directly download into the installers directory on the iSymphony server: 101 + 102 +{{code}} 103 +cd ~/ 104 +wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip 105 +mv isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ 106 +{{/code}} 107 + 108 + 109 + 110 + 111 + 100 100 The latest version of the desktop client will be served. If no installers are added to the installers directory then the legacy installers (version < 2.0.0) will be served instead. 101 101 102 102 {{info}}