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

From version 1.1
edited by michaely
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
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.ryanp
Content
... ... @@ -44,9 +44,20 @@
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/client
48 +{{/code}}
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}}
47 47  http://<ip or hostname of your iSymphony server>:58080/client/desktop
48 48  {{/code}}
49 49  
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.
... ... @@ -56,7 +56,7 @@
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 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.
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.
60 60  {{/note}}
61 61  
62 62  {{note}}
... ... @@ -73,6 +73,24 @@
73 73  == Linux ==
74 74  
75 75  1. (((
87 +Extract the installer files:
88 +
89 +{{code}}
90 +tar xfv isymphony_desktop_client_2_0_0.tar.gz -C directory_to_extract_to
91 +{{/code}}
92 +)))
93 +1. (((
94 +Run the executable to start the client:
95 +
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. (((
76 76  Make the installer executable:
77 77  
78 78  {{code language="bash"}}
... ... @@ -91,19 +91,21 @@
91 91  
92 92  The uninstall procedure differs for each OS.
93 93  
94 -== Windows ==
123 +== (% style="color: rgb(0,0,0);" %)Windows(%%) ==
95 95  
96 -1. Open your Start Menu and navigate to Control Panel->Programs and Features.
97 -1. Right click on **iSymphony** and select uninstall.
125 +1. Open your **Start Menu** and navigate to **Control Panel->Programs and Features**.
126 +1. Right click on **iSymphony** and select **uninstall**.
98 98  
99 99  == OS X ==
100 100  
101 -Simply delete the iSymphony.app file from your Applications directory.
130 +Simply delete the** iSymphony.app** file from your Applications directory.
102 102  
103 103  == Linux ==
104 104  
105 -Delete the following directory and files:
134 +Delete the directory the .tar.gz was extracted to.
106 106  
136 +For Legacy Versions: Delete the following directory and files:
137 +
107 107  {{code language="bash"}}
108 108  /home/<username>/iSymphony
109 109  /home/<username>/.local/share/applications/iSymphony.desktop
... ... @@ -110,8 +110,10 @@
110 110  /home/<username>/.local/share/applications/iSymphony-app.desktop
111 111  {{/code}}
112 112  
113 -
144 += Using The Desktop Client Application =
114 114  
146 +For information on how to use the Desktop Client Application see [[doc:Desktop Client]].
147 +
115 115  
116 116  
117 117