Last modified by michelk on 2021/09/09 20:55

From version 9.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import
To version 6.1
edited by ryanp
on 2021/09/09 18:01
Change comment: Import

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Desktop Client Installation v2.0.0
1 +Desktop Client Installation
Content
... ... @@ -47,6 +47,17 @@
47 47  http://<ip or hostname of your iSymphony server>:58080/client/desktop/client
48 48  {{/code}}
49 49  
50 +(% style="color: rgb(0,0,0);" %)If you are on a legacy version (version < 2.0.0) of the desktop module use the following URL instead:
51 +
52 +(% style="color: rgb(0,0,0);" %)
53 +
54 +{{code}}
55 +http://<ip or hostname of your iSymphony server>:58080/client/desktop
56 +{{/code}}
57 +
58 +(% style="color: rgb(0,0,0);" %)
59 +
60 +
50 50  = (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) =
51 51  
52 52  (% style="color: rgb(0,0,0);" %)The installation method will vary depending on the OS you are installing on.
... ... @@ -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  
69 +{{note}}
70 +If you are installing a legacy version (version < 2.0.0) Windows will open a warning mentioning that the installer is un-trusted. You can ignore this warning and proceed with the download.
71 +{{/note}}
72 +
73 +{{note}}
74 +The installer will not provide a notification that the installation was complete. The installer will simply exit when completed.
75 +{{/note}}
76 +
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,20 +65,38 @@
65 65  == Linux ==
66 66  
67 67  1. (((
68 -Extract the desktop client:
87 +Extract the installer files:
69 69  
70 70  {{code}}
71 -tar xvf isymphony_desktop_client_2_0_0.tar.gz -C installation_location
90 +tar xfv isymphony_desktop_client_2_0_0.tar.gz -C directory_to_extract_to
72 72  {{/code}}
73 73  )))
74 74  1. (((
75 -Run the program:
94 +Run the executable to start the client:
76 76  
96 +{{code}}
97 +cd iSymphonyDesktop-2.0.0
98 +./isymphonydesktop
99 +{{/code}}
100 +)))
101 +
102 +For Legacy Versions of the desktop client (version < 2.0.0):
103 +
104 +1. (((
105 +Make the installer executable:
106 +
77 77  {{code language="bash"}}
78 -./installation_location/isymphonydesktop
108 +chmod +x isymphony_install_<version>.bsx
79 79  {{/code}}
80 80  )))
111 +1. (((
112 +Run the installer:
81 81  
114 +{{code language="bash"}}
115 +./isymphony_install_<version>.bsx
116 +{{/code}}
117 +)))
118 +
82 82  = Uninstalling The Desktop Client =
83 83  
84 84  The uninstall procedure differs for each OS.
... ... @@ -96,6 +96,14 @@
96 96  
97 97  Delete the directory the .tar.gz was extracted to.
98 98  
136 +For Legacy Versions: Delete the following directory and files:
137 +
138 +{{code language="bash"}}
139 +/home/<username>/iSymphony
140 +/home/<username>/.local/share/applications/iSymphony.desktop
141 +/home/<username>/.local/share/applications/iSymphony-app.desktop
142 +{{/code}}
143 +
99 99  = Using The Desktop Client Application =
100 100  
101 101  For information on how to use the Desktop Client Application seeĀ [[doc:Desktop Client]].