Changes for page Desktop Client Module Installation
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -11,10 +11,6 @@ 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 - 18 18 {{info}} 19 19 Due to the size of the Desktop Client Module, it is provided as a separate download from the main iSymphony Server. 20 20 {{/info}} ... ... @@ -37,22 +37,6 @@ 37 37 The desktop client module downloads can be found in the [[doc:ISYMKB.Downloads Archive]]. You will want to download the Desktop Client Module package to the server that is running the iSymphony server. 38 38 ))) 39 39 40 -((( 41 - 42 - 43 -{{note}} 44 -You need to download the Desktop Module for this step, not the desktop installers. The downloaded file should be a .tar.gz, not a .zip. 45 - 46 -The URL should look like the following, with the exception of the version, which will be replaced with the version you are downloading: 47 - 48 -[[http:~~/~~/www.getisymphony.com/files/builds/isymphony/desktop_modules/isymphony_desktop_version.tar.gz>>url:http://www.getisymphony.com/files/builds/isymphony/desktop_modules/isymphony_desktop_2_0_0.tar.gz||shape="rect"]] 49 - 50 -After step 2 you should have extracted a directory named "desktop", if that is not the case, you used the wrong url. To recover, remove the directory you just extracted from the module directory, and then return to step 1. 51 -{{/note}} 52 - 53 - 54 -))) 55 - 56 56 = 2. Extract The Desktop Client Module = 57 57 58 58 Run the following command to extract the module to the iSymphony Server installation. You need to be in the same directory as the downloaded Desktop Client Module package when running this command. ... ... @@ -105,16 +105,18 @@ 105 105 106 106 = 5. Add The Desktop Client Installers = 107 107 108 - The installers served by iSymphony can be added by downloadingthe .zip archiveand movingittothe iSymphony installers directory:88 +Download the .zip archive you wish to serve: 109 109 110 110 {{code}} 111 -cd ~/ 112 -wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip 113 -mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ 91 +http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip 114 114 {{/code}} 115 115 116 - 94 +Move the .zip archive to the installers directory created by the desktop client module: 117 117 96 +{{code}} 97 +mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ 98 +{{/code}} 99 + 118 118 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. 119 119 120 120 {{info}}