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.mich aely1 +XWiki.michelk - Content
-
... ... @@ -1,6 +1,18 @@ 1 1 {{layout}} 2 +{{layout-section ac:type="single"}} 3 +{{layout-cell}} 4 +{{warning}} 5 +Upgrading to iSymphony Version 3.4.2 or later will include the desktop module by default. Skip this document and proceed to [[doc:Adding New Desktop Client Installers]] if v3.4.2+ is installed. 6 +{{/warning}} 7 +{{/layout-cell}} 8 +{{/layout-section}} 9 + 2 2 {{layout-section ac:type="two_right_sidebar"}} 3 3 {{layout-cell}} 12 + 13 + 14 + 15 + 4 4 = Overview = 5 5 6 6 This document covers how to install the optional Desktop Client Module, on an existing iSymphony server installation. If you have not yet installed the iSymphony server see [[doc:Getting Started]]. ... ... @@ -7,13 +7,15 @@ 7 7 8 8 The Desktop Client Module allows users to download and install the Desktop Client Application on their machines. The Desktop Client Application allows users to utilize the iSymphony client interface from within a native application that runs on the user's machine. This allows iSymphony to act as a native application, with its own window and shortcuts. The Desktop Client Application also allows for functionality like Global Hot Key focusing and application based CRM popups. 9 9 22 + 23 + 10 10 {{warning}} 11 11 The Desktop Client Module requires an iSymphony Server version of **3.2.1 or higher**. 12 12 {{/warning}} 13 13 14 -{{in fo}}15 - Due to thesize of theDesktop Client Module,itis provided as aseparate downloadfrom the main iSymphony Server.16 -{{/in fo}}28 +{{warning}} 29 +The Desktop Client Module 2.0.0 requires an iSymphony Server version of **3.4.1 or higher**. 30 +{{/warning}} 17 17 {{/layout-cell}} 18 18 19 19 {{layout-cell}} ... ... @@ -27,12 +27,26 @@ 27 27 28 28 {{layout-section ac:type="single"}} 29 29 {{layout-cell}} 44 += (% style="color: rgb(0, 0, 0); font-size: 24px; line-height: 24px" %)1. Download The Desktop Client Module(%%) = 45 + 30 30 ((( 31 - (%style="color:rgb(0,0, 0);font-size:24px;line-height:24px"%)1. DownloadThe Desktop Client Module47 +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. 32 32 ))) 33 33 34 34 ((( 35 -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. 51 + 52 + 53 +{{note}} 54 +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. 55 + 56 +The URL should look like the following, with the exception of the version, which will be replaced with the version you are downloading: 57 + 58 +[[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"]] 59 + 60 +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. 61 +{{/note}} 62 + 63 + 36 36 ))) 37 37 38 38 = 2. Extract The Desktop Client Module = ... ... @@ -40,7 +40,7 @@ 40 40 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. 41 41 42 42 {{code language="bash"}} 43 -tar -zxf desktop.tar.gz -C /opt/isymphony3/server/modules 71 +tar -zxf isymphony_desktop_<version>.tar.gz -C /opt/isymphony3/server/modules 44 44 {{/code}} 45 45 46 46 = 3. Set The File Ownership Of The Desktop Module = ... ... @@ -85,9 +85,27 @@ 85 85 86 86 Once the Desktop Client Module is installed, you will have to restart the iSymphony Server in order to activate the module. See [[doc:Starting And Stopping The iSymphony Server]]. 87 87 88 -= 5. InstallThe Desktop ClientModule OnThe ClientMachines =116 += 5. Add The Desktop Client Installers = 89 89 90 -Once the Desktop Client Module is installed, your users will now be able to download and install the Desktop Client Application on their machines. See Installing The Desktop Client. 118 +The installers served by iSymphony can be added by downloading the .zip archive and moving it to the iSymphony installers directory: 119 + 120 +{{code}} 121 +cd ~/ 122 +wget http://www.getisymphony.com/files/builds/isymphony/desktop_client/isymphony_desktop_client_2_0_0.zip 123 +mv ./isymphony_desktop_client_2_0_0.zip /opt/isymphony3/server/installers/ 124 +{{/code}} 125 + 126 + 127 + 128 +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. 129 + 130 +{{info}} 131 +See [[Adding New Desktop Client Installers>>url:http://docs.getisymphony.com/display/ISYMDOCS/Adding+New+Desktop+Client+Installers||shape="rect"]] for more information. 132 +{{/info}} 133 + 134 +=== (% style="color: rgb(0,0,0);" %)6. Install The Desktop Client On The Client Machines(%%) === 135 + 136 +Once the Desktop Client Module is installed, your users will now be able to download and install the Desktop Client Application on their machines. See [[doc:Desktop Client Installation v2\.0\.0]] or for legacy versions see [[Desktop Client Installation v1.0.1>>url:http://docs.getisymphony.com/display/ISYMDOCS/Desktop+Client+Installation+v1.0.1||shape="rect"]]. 91 91 {{/layout-cell}} 92 92 {{/layout-section}} 93 93 {{/layout}}