Igel UMS » Historie » Version 1
Jeremias Keihsler, 11.01.2017 14:35
| 1 | 1 | Jeremias Keihsler | h1. Igel Universal Management Suite |
|---|---|---|---|
| 2 | |||
| 3 | h2. Install |
||
| 4 | |||
| 5 | <pre><code class="bash"> |
||
| 6 | yum install java |
||
| 7 | </code></pre> |
||
| 8 | |||
| 9 | Download the latest UMS-Package from http://www.myigel.biz/index.php?dir=IGEL_UNIVERSAL_MANAGEMENT_SUITE/LINUX/ |
||
| 10 | |||
| 11 | as of 2013-09-13 this is @setup-igel-ums-linux_4.04.110.bin@ |
||
| 12 | |||
| 13 | copy package to root and make it executable |
||
| 14 | |||
| 15 | <pre><code class="bash"> |
||
| 16 | chmod +x ~/setup-igel-ums-linux_4.04.110.bin |
||
| 17 | </code></pre> |
||
| 18 | |||
| 19 | execute install-script |
||
| 20 | |||
| 21 | <pre><code class="bash"> |
||
| 22 | ~/setup-igel-ums-linux_4.04.110.bin |
||
| 23 | </code></pre> |
||
| 24 | |||
| 25 | you may want to add a launcher to the desktop |
||
| 26 | |||
| 27 | @UMS_Admin.desktop@ |
||
| 28 | <pre><code class="ini"> |
||
| 29 | #!/usr/bin/env xdg-open |
||
| 30 | |||
| 31 | [Desktop Entry] |
||
| 32 | Version=1.0 |
||
| 33 | Type=Application |
||
| 34 | Terminal=false |
||
| 35 | Icon[en_US]=gnome-panel-launcher |
||
| 36 | Name[en_US]=UMS Admin |
||
| 37 | Exec=/opt/IGEL/RemoteManager/RMAdmin.sh |
||
| 38 | Name=UMS Admin |
||
| 39 | Icon=gnome-panel-launcher |
||
| 40 | </code></pre> |
||
| 41 | |||
| 42 | @UMS_Console.desktop@ |
||
| 43 | <pre><code class="ini"> |
||
| 44 | #!/usr/bin/env xdg-open |
||
| 45 | |||
| 46 | [Desktop Entry] |
||
| 47 | Version=1.0 |
||
| 48 | Type=Application |
||
| 49 | Terminal=false |
||
| 50 | Icon[en_US]=gnome-panel-launcher |
||
| 51 | Name[en_US]=UMS Console |
||
| 52 | Exec=/opt/IGEL/RemoteManager/RemoteManager.sh |
||
| 53 | Name=UMS Console |
||
| 54 | Icon=gnome-panel-launcher |
||
| 55 | </code></pre> |