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

From version 2.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}}
... ... @@ -68,10 +68,29 @@
68 68  1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it.
69 69  
70 70  1. (% style="color: rgb(0,0,0);" %)Once mounted copy the iSymphony file to your Applications directory.(%%)
82 +1. Unmount the dmg.
71 71  
72 72  == Linux ==
73 73  
74 74  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. (((
75 75  Make the installer executable:
76 76  
77 77  {{code language="bash"}}
... ... @@ -90,19 +90,21 @@
90 90  
91 91  The uninstall procedure differs for each OS.
92 92  
93 -== Windows ==
123 +== (% style="color: rgb(0,0,0);" %)Windows(%%) ==
94 94  
95 -1. Open your Start Menu and navigate to Control Panel->Programs and Features.
96 -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**.
97 97  
98 98  == OS X ==
99 99  
100 -Simply delete the iSymphony.app file from your Applications directory.
130 +Simply delete the** iSymphony.app** file from your Applications directory.
101 101  
102 102  == Linux ==
103 103  
104 -Delete the following directory and files:
134 +Delete the directory the .tar.gz was extracted to.
105 105  
136 +For Legacy Versions: Delete the following directory and files:
137 +
106 106  {{code language="bash"}}
107 107  /home/<username>/iSymphony
108 108  /home/<username>/.local/share/applications/iSymphony.desktop
... ... @@ -109,8 +109,10 @@
109 109  /home/<username>/.local/share/applications/iSymphony-app.desktop
110 110  {{/code}}
111 111  
112 -
144 += Using The Desktop Client Application =
113 113  
146 +For information on how to use the Desktop Client Application see [[doc:Desktop Client]].
147 +
114 114  
115 115  
116 116