Changes for page Desktop Client Installation v2.0.0
Last modified by michelk on 2021/09/09 20:55
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Desktop Client Installation v2.0.01 +Desktop Client Installation - Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. ryanp1 +XWiki.michaely - Content
-
... ... @@ -44,7 +44,7 @@ 44 44 You can enter the following URL in your browser to download the Desktop Client installer: 45 45 46 46 {{code}} 47 -http://<ip or hostname of your iSymphony server>:58080/client/desktop /client47 +http://<ip or hostname of your iSymphony server>:58080/client/desktop 48 48 {{/code}} 49 49 50 50 = (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) = ... ... @@ -55,6 +55,14 @@ 55 55 56 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. 57 57 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}} 61 + 62 +{{note}} 63 +The installer will not provide a notification that the installation was complete. The installer will simply exit when completed. 64 +{{/note}} 65 + 58 58 == (% style="color: rgb(0,0,0);" %)OS X(%%) == 59 59 60 60 1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it. ... ... @@ -65,17 +65,17 @@ 65 65 == Linux == 66 66 67 67 1. ((( 68 - Extractthedesktopclient:76 +Make the installer executable: 69 69 70 -{{code}} 71 - tarxvfisymphony_desktop_client_2_0_0.tar.gz -C installation_location78 +{{code language="bash"}} 79 +chmod +x isymphony_install_<version>.bsx 72 72 {{/code}} 73 73 ))) 74 74 1. ((( 75 -Run the program:83 +Run the installer: 76 76 77 77 {{code language="bash"}} 78 -./i nstallation_location/isymphonydesktop86 +./isymphony_install_<version>.bsx 79 79 {{/code}} 80 80 ))) 81 81 ... ... @@ -83,22 +83,26 @@ 83 83 84 84 The uninstall procedure differs for each OS. 85 85 86 -== (% style="color: rgb(0,0,0);" %)Windows(%%)==94 +== Windows == 87 87 88 -1. Open your **Start Menu**and navigate to**Control Panel->Programs and Features**.89 -1. Right click on **iSymphony** and select **uninstall**.96 +1. Open your Start Menu and navigate to Control Panel->Programs and Features. 97 +1. Right click on **iSymphony** and select uninstall. 90 90 91 91 == OS X == 92 92 93 -Simply delete the **iSymphony.app**file from your Applications directory.101 +Simply delete the iSymphony.app file from your Applications directory. 94 94 95 95 == Linux == 96 96 97 -Delete the directory the .tar.gz was extractedto.105 +Delete the following directory and files: 98 98 99 -= Using The Desktop Client Application = 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 111 +{{/code}} 100 100 101 - Forinformation on how to use the Desktop Client Application see [[doc:Desktop Client]].113 + 102 102 103 103 104 104