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

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

Summary

Details

Page properties
Content
... ... @@ -85,16 +85,29 @@
85 85  
86 86  = 5. Add The Desktop Client Installers =
87 87  
88 -The installers served by iSymphony can be added by downloading the .zip archive and moving it to the iSymphony installers directory:
88 +Download the .zip archive you wish to serve:
89 89  
90 90  {{code}}
91 -cd ~/
92 -wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip
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}}
93 93  mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/
94 94  {{/code}}
95 95  
100 +Alternatively it can be directly download into the installers directory on the iSymphony server:
101 +
102 +{{code}}
103 +cd /opt/isymphony3/server/installers/
104 +wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip
105 +{{/code}}
106 +
96 96  
97 97  
109 +
110 +
98 98  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.
99 99  
100 100  {{info}}