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

From version 3.1
edited by michaely
on 2021/09/09 18:01
Change comment: Import
To version 9.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
1 +Desktop Client Installation v2.0.0
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.michaely
1 +XWiki.ryanp
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
47 +http://<ip or hostname of your iSymphony server>:58080/client/desktop/client
48 48  {{/code}}
49 49  
50 50  = (% style="color: rgb(0,0,0);" %)2. Install The Desktop Client(%%) =
... ... @@ -55,14 +55,6 @@
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 -
66 66  == (% style="color: rgb(0,0,0);" %)OS X(%%) ==
67 67  
68 68  1. (% style="color: rgb(0,0,0);" %)Mount the downloaded dmg file by double clicking on it.
... ... @@ -73,17 +73,17 @@
73 73  == Linux ==
74 74  
75 75  1. (((
76 -Make the installer executable:
68 +Extract the desktop client:
77 77  
78 -{{code language="bash"}}
79 -chmod +x isymphony_install_<version>.bsx
70 +{{code}}
71 +tar xvf isymphony_desktop_client_2_0_0.tar.gz -C installation_location
80 80  {{/code}}
81 81  )))
82 82  1. (((
83 -Run the installer:
75 +Run the program:
84 84  
85 85  {{code language="bash"}}
86 -./isymphony_install_<version>.bsx
78 +./installation_location/isymphonydesktop
87 87  {{/code}}
88 88  )))
89 89  
... ... @@ -102,15 +102,11 @@
102 102  
103 103  == Linux ==
104 104  
105 -Delete the following directory and files:
97 +Delete the directory the .tar.gz was extracted to.
106 106  
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}}
99 += Using The Desktop Client Application =
112 112  
113 -
101 +For information on how to use the Desktop Client Application seeĀ [[doc:Desktop Client]].
114 114  
115 115  
116 116