Last modified by michelk on 2021/09/09 20:55

From version 13.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import
To version 12.1
edited by michelk
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Content
... ... @@ -11,6 +11,10 @@
11 11  The Desktop Client Module requires an iSymphony Server version of **3.2.1 or higher**.
12 12  {{/warning}}
13 13  
14 +{{warning}}
15 +The Desktop Client Module 2.0.0 requires an iSymphony Server version of **3.4.1 or higher**.
16 +{{/warning}}
17 +
14 14  {{info}}
15 15  Due to the size of the Desktop Client Module, it is provided as a separate download from the main iSymphony Server.
16 16  {{/info}}
... ... @@ -85,30 +85,16 @@
85 85  
86 86  = 5. Add The Desktop Client Installers =
87 87  
88 -Download the .zip archive you wish to serve:
92 +The installers served by iSymphony can be added by downloading the .zip archive and moving it to the iSymphony installers directory:
89 89  
90 90  {{code}}
91 -http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip
92 -{{/code}}
93 -
94 -Move the .zip archive to the installers directory created by the desktop client module:
95 -
96 -{{code}}
97 -mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
98 -{{/code}}
99 -
100 -Alternatively it can be directly download into the installers directory on the iSymphony server:
101 -
102 -{{code}}
103 103  cd ~/
104 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/
97 +mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
106 106  {{/code}}
107 107  
108 108  
109 109  
110 -
111 -
112 112  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.
113 113  
114 114  {{info}}