Wiki source code of Desktop Client
Version 8.1 by michaely on 2021/09/09 18:01
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{layout}} |
| 2 | {{layout-section ac:type="two_right_sidebar"}} | ||
| 3 | {{layout-cell}} | ||
| 4 | = Overview = | ||
| 5 | |||
| |
8.1 | 6 | This document covers how to install the Desktop Client Application on your machine. 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. |
| |
1.1 | 7 | |
| |
8.1 | 8 | {{note}} |
| 9 | In order to have access to the Desktop Client Application you must first install the Desktop Client Module. See [[doc:Desktop Client Module Installation]] for more information. | ||
| 10 | {{/note}} | ||
| |
1.1 | 11 | {{/layout-cell}} |
| 12 | |||
| 13 | {{layout-cell}} | ||
| 14 | {{panel title="On this page:"}} | ||
| 15 | |||
| 16 | |||
| 17 | {{toc maxLevel="2" indent="1"/}} | ||
| 18 | {{/panel}} | ||
| 19 | {{/layout-cell}} | ||
| 20 | {{/layout-section}} | ||
| 21 | |||
| 22 | {{layout-section ac:type="single"}} | ||
| 23 | {{layout-cell}} | ||
| |
8.1 | 24 | = (% style="color: rgb(0, 0, 0); font-size: 24px; line-height: 24px" %)1. Download The Desktop Client Installer(%%) = |
| |
1.1 | 25 | |
| |
8.1 | 26 | ((( |
| 27 | There are two methods to download the Desktop Client installer. Both methods will download the appropriate installer for your host OS. | ||
| 28 | ))) | ||
| |
1.1 | 29 | |
| |
8.1 | 30 | == Download From The Client Web Interface == |
| |
1.1 | 31 | |
| |
8.1 | 32 | 1. Log into the iSymphony Client Interface. See [[doc:Connecting To The Client Interface]]. |
| 33 | 1. Open the user menu in the top right hand corner of the Client Interface. | ||
| 34 | 1. Select **Desktop Client**. | ||
| 35 | 1. Copy the URL that is specified in the dialog that is opened. We will need this URL later. | ||
| 36 | 1. Select **Download Desktop Client**. | ||
| 37 | |||
| 38 | {{note}} | ||
| 39 | Some browsers may flag the download as un-trusted and show a warning. Simply ignore the warnings and proceed with the download. | ||
| 40 | {{/note}} | ||
| 41 | |||
| 42 | == Download Directly From The URL == | ||
| 43 | |||
| 44 | You can enter the following URL in your browser to download the Desktop Client installer: | ||
| 45 | |||
| |
1.1 | 46 | {{code}} |
| |
8.1 | 47 | http://<ip or hostname of your iSymphony server>:58080/client/desktop |
| |
1.1 | 48 | {{/code}} |
| 49 | |||
| |
8.1 | 50 | = (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) = |
| |
1.1 | 51 | |
| |
8.1 | 52 | (% style="color: rgb(0,0,0);" %)The installation method will vary depending on the OS you are installing on. |
| |
1.1 | 53 | |
| |
8.1 | 54 | == (% style="color: rgb(0,0,0);" %)Windows(%%) == |
| |
1.1 | 55 | |
| |
8.1 | 56 | (% style="color: rgb(0,0,0);" %)To execute the installer on Windows simply double click the downloaded installer package, and the installation process will commence. |
| |
1.1 | 57 | |
| |
8.1 | 58 | {{note}} |
| 59 | Windows will open a warning mentioning that the installer is un-trusted. You can ignore this warning and proceed with the download. | ||
| 60 | {{/note}} | ||
| |
1.1 | 61 | |
| |
8.1 | 62 | {{note}} |
| 63 | The installer will not provide a notification that the installation was complete. The installer will simply exit when completed. | ||
| 64 | {{/note}} | ||
| |
1.1 | 65 | |
| |
8.1 | 66 | == (% style="color: rgb(0,0,0);" %)OS X(%%) == |
| |
1.1 | 67 | |
| |
8.1 | 68 | 1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it. |
| |
1.1 | 69 | |
| |
8.1 | 70 | 1. (% style="color: rgb(0,0,0);" %)Once mounted copy the iSymphony file to your Applications directory.(%%) |
| 71 | 1. Unmount the dmg. | ||
| |
1.1 | 72 | |
| |
8.1 | 73 | == Linux == |
| |
3.1 | 74 | |
| |
8.1 | 75 | 1. ((( |
| 76 | Make the installer executable: | ||
| |
3.1 | 77 | |
| |
8.1 | 78 | {{code language="bash"}} |
| 79 | chmod +x isymphony_install_<version>.bsx | ||
| 80 | {{/code}} | ||
| |
3.1 | 81 | ))) |
| |
8.1 | 82 | 1. ((( |
| 83 | Run the installer: | ||
| |
3.1 | 84 | |
| |
8.1 | 85 | {{code language="bash"}} |
| 86 | ./isymphony_install_<version>.bsx | ||
| 87 | {{/code}} | ||
| |
3.1 | 88 | ))) |
| 89 | |||
| |
8.1 | 90 | = Uninstalling The Desktop Client = |
| |
3.1 | 91 | |
| |
8.1 | 92 | The uninstall procedure differs for each OS. |
| |
1.1 | 93 | |
| |
8.1 | 94 | == (% style="color: rgb(0,0,0);" %)Windows(%%) == |
| |
1.1 | 95 | |
| |
8.1 | 96 | 1. Open your **Start Menu** and navigate to **Control Panel->Programs and Features**. |
| 97 | 1. Right click on **iSymphony** and select **uninstall**. | ||
| |
1.1 | 98 | |
| |
8.1 | 99 | == OS X == |
| |
1.1 | 100 | |
| |
8.1 | 101 | Simply delete the** iSymphony.app** file from your Applications directory. |
| |
1.1 | 102 | |
| |
8.1 | 103 | == Linux == |
| |
1.1 | 104 | |
| |
8.1 | 105 | Delete the following directory and files: |
| |
1.1 | 106 | |
| |
8.1 | 107 | {{code language="bash"}} |
| 108 | /home/<username>/iSymphony | ||
| 109 | /home/<username>/.local/share/applications/iSymphony.desktop | ||
| 110 | /home/<username>/.local/share/applications/iSymphony-app.desktop | ||
| |
1.1 | 111 | {{/code}} |
| 112 | |||
| |
8.1 | 113 | |
| |
1.1 | 114 | |
| |
8.1 | 115 | |
| 116 | |||
| 117 | |||
| |
1.1 | 118 | {{/layout-cell}} |
| 119 | {{/layout-section}} | ||
| 120 | {{/layout}} |