Changes for page Adding New Desktop Client Installers
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
-
... ... @@ -6,10 +6,11 @@ 6 6 This document covers how to add new desktop client installers to the desktop client module. 7 7 8 8 {{note}} 9 -Adding installers using this method **requires Desktop Client Module version >= 2.0.0**. 9 +Adding installers using this method **requires Desktop Client Module version >= 2.0.0**. To install the Desktop Client Module see [[doc:Desktop Client Module Installation]] or for upgrading see [[doc:Desktop Client Module Upgrade]]. 10 10 {{/note}} 11 11 12 - 12 +(% class="auto-cursor-target" %) 13 +\\ 13 13 {{/layout-cell}} 14 14 {{/layout-section}} 15 15 ... ... @@ -19,37 +19,67 @@ 19 19 Download the .zip archive you wish to serve: 20 20 21 21 {{code}} 22 -http://www.getisymphony.com/files/builds/isymphony/desktop_client/ isymphony_desktop_client_2_0_0.zip23 +wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/desktop-client-archive-2.1.3-final.6.zip 23 23 {{/code}} 24 24 26 +(% class="auto-cursor-target" %) 27 +\\ 28 + 25 25 {{info}} 26 26 You can always find the latest versions of iSymphony, the Desktop Client Installers, and the Desktop Client Module at the [[Download Archive>>url:http://docs.getisymphony.com/display/ISYMKB/Downloads+Archive||shape="rect"]] along with their download URLs. 27 27 {{/info}} 32 + 33 +(% class="auto-cursor-target" %) 34 +\\ 28 28 ))) 29 29 1. ((( 37 +(% class="auto-cursor-target" %) 38 +Make sure the downloaded archive belongs to the user that is running the iSymphony server (on FreePBX installs this will be asterisk). If the file belongs to a different user (but the iSymphony process still has read access) iSymphony may not receive a event for the file creation and will not make the download available in the user interface. 39 +\\ 40 + 41 +{{code}} 42 +chown asterisk:asterisk ./desktop-client-archive-2.1.3-final.6.zip 43 +{{/code}} 44 + 45 +(% class="auto-cursor-target" %) 46 +\\ 47 +))) 48 +1. ((( 30 30 Move the .zip archive to the installers directory created by the desktop client module: 31 31 32 32 ((( 33 - 52 +(% class="auto-cursor-target" %) 53 +\\ 34 34 35 35 {{code}} 36 -mv ./ isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/56 +mv ./desktop-client-archive-2.1.3-final.6.zip /opt/isymphony3/server/installers/ 37 37 {{/code}} 58 + 59 +(% class="auto-cursor-target" %) 60 +\\ 38 38 ))) 39 39 ))) 40 40 1. ((( 41 41 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. 42 -))) 43 43 44 44 {{info}} 45 45 Removing a .zip archive will remove the hidden directory and prevent the installer from being served. Removing previous installers is not required; the latest version will always be served. 46 46 {{/info}} 47 47 70 +(% class="auto-cursor-target" %) 71 +\\ 72 + 48 48 {{info}} 49 49 If you wish to serve the legacy installers (version < 2.0.0) with the new module remove all of the .zip archives from the installer directory. 50 50 {{/info}} 51 51 52 - 77 +(% class="auto-cursor-target" %) 78 +\\ 79 +))) 80 + 81 +\\ 82 + 83 +\\ 53 53 {{/layout-cell}} 54 54 {{/layout-section}} 55 55 {{/layout}}