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
-
... ... @@ -3,17 +3,13 @@ 3 3 {{layout-cell}} 4 4 = Overview = 5 5 6 -This document covers how to install the optional DesktopClientModule,on an existing iSymphony server installation. If you have not yet installed the iSymphony server see [[doc:Getting Started]].6 +This document covers how to install the optional desktop client module, in an existing iSymphony server installation. If you have not yet installed the iSymphony server see [[doc:Getting Started]]. 7 7 8 -The Desktop Client Module allows users to download and install the Desktop ClientApplicationon their machines. The Desktop Client Application allows users to utilize the iSymphony client interface from within a native application thatrunson 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.8 +The Desktop Client Application allows users to utilize the iSymphony client interface, from within a native application installed 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 10 10 {{warning}} 11 11 The Desktop Client Module requires an iSymphony Server version of **3.2.1 or higher**. 12 12 {{/warning}} 13 - 14 -{{info}} 15 -Due to the size of the Desktop Client Module, it is provided as a separate download from the main iSymphony Server. 16 -{{/info}} 17 17 {{/layout-cell}} 18 18 19 19 {{layout-cell}} ... ... @@ -32,66 +32,8 @@ 32 32 ))) 33 33 34 34 ((( 35 - The desktop client moduledownloadscanbe foundin the [[doc:ISYMKB.DownloadsArchive]]. You will wantto download the Desktop Client Modulepackageto theserver thatis runningthe iSymphony server.31 +You can download the Desktop Client Module from the following 36 36 ))) 37 - 38 -= 2. Extract The Desktop Client Module = 39 - 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 - 42 -{{code language="bash"}} 43 - 44 -{{/code}} 45 - 46 -= 3. Set The File Ownership Of The Desktop Module = 47 - 48 -The file ownership of the desktop module must match that of the rest of the iSymphony Server installation. 49 - 50 -== Checking File Ownership Of The iSymphony Server Installation == 51 - 52 -To check the file ownership of the iSymphony Server installation you can run the following command, on the server command line: 53 - 54 -{{code language="bash"}} 55 -ls -la /opt 56 -{{/code}} 57 - 58 -The user that owns the iSymphony server installation will be the user that owns the **isymphony3** directory in the **opt **directory. 59 - 60 -{{info title="Notes on FreePBX & AsteriskNow"}} 61 -If your iSymphony server was installed from one of the following sources, the iSymphony server installation will be owned by the **asterisk** user. 62 - 63 -* Came pre-installed with the FreePBX or AsteriskNow distros. 64 -* Installed via the FreePBX Yum repositories. 65 -* Installed via the iSymphony FreePBX RPM. 66 -{{/info}} 67 - 68 -== Setting The Ownership Of The Desktop Client Module == 69 - 70 -To set the ownership of the Desktop Client Module you can run the following command, on the server command line: 71 - 72 -{{code language="bash"}} 73 -chown -R <ownername>:<ownergroup> /opt/isymphony3/server/modules/desktop 74 -{{/code}} 75 - 76 -Replace **<ownername> **with the name of the user that owns the iSymphony installation and replace **<ownergroup>** with the group the user belongs to. 77 - 78 -For example, if you are running on FreePBX installation of iSymphony, you will use the following command: 79 - 80 -{{code language="bash"}} 81 -chown -R asterisk:asterisk /opt/isymphony3/server/modules/desktop 82 -{{/code}} 83 - 84 - 85 - 86 - 87 - 88 - 89 - 90 - 91 - 92 - 93 - 94 - 95 95 {{/layout-cell}} 96 96 {{/layout-section}} 97 97 {{/layout}}