This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:software:dashboard:dashboard_installation [2018/07/11 09:59] Julian Le created |
en:software:dashboard:dashboard_installation [2021/07/01 09:52] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | FIXME **This page is not fully translated, yet. Please help completing the translation.** \\ | + | ====== Installing the Dashboards ====== |
- | //(remove this paragraph once the translation is finished)// | + | The dashboard is an analysis tool that displays live data in the form of a table or graph. |
- | ====== Installation des Dashboards ====== | + | |
- | Das Dashboard ist ein Auswertungstool, welches auf Livedaten zugreift und diese in Tabellen- und Grafikform anzeigen kann. | + | ==== Components ==== |
+ | The dashboard is comprised of the following files: | ||
- | ==== Bestandteile ==== | + | *dashboard.war |
- | + | *dashboard.properties | |
- | Das Dashboard besteht aus folgenden Dateien | + | *loom-dashboard-ejb.jar - as a connector to TIM (delivered by default) |
- | + | ||
- | * dashboard.war | + | |
- | * dashboard.properties | + | |
- | * loom-dashboard-ejb.jar - als Connector zu TIM (Wird Standardmäßig mit ausgeliefert) | + | |
---- | ---- | ||
==== Installation ==== | ==== Installation ==== | ||
+ | {{ :software:dashboard:dashboard_install.jpg?300|}} | ||
+ | In order to install the dashboard, the **dashboard.war** file must be saved in TIM's deploy-directory. | ||
+ | <code>C:\tim\jboss<version>\standalone\deployments\</code> \\ | ||
+ | \\ | ||
+ | The **dashboard.properties** file must be shifted to the **\configuration\** directory in the JBoss-directory. | ||
+ | <code>C:\tim\jboss<version>\standalone\configuration\</code> \\ | ||
+ | \\ | ||
- | {{ :software:dashboard:dashboard_install.jpg?300}}Für die Installation des Dashboards muss die Datei **dashboard.war** in das Deploy-Verzeichnis von TIM abgelegt werden. | + | In order for the dashboard to be able to access the currently-installed version of TIM, the **dashboard.properties** must be configured with an editor. In **Line 1**, the port for the **wsdlHost** must be adapted for TIM. \\ |
- | + | \\ | |
- | <code> | + | __**Example**__ \\ |
- | C:timjboss<version>standalonedeployments | + | If the address for TIM clients is as follows: |
- | </code> | + | <code>http://wiki.tim-solutions.de:8383/loom-portal/</code> then the wsdlHost must be set to the following: |
- | + | <code>wsdlHost=http://wiki.tim-solutions.de:8383/</code> | |
- | Die Datei **dashboard.properties** muss in das Verzeichnis **configuration** im JBoss-Verzeichnis verschoben werden. | + | |
- | + | ||
- | <code> | + | |
- | C:timjboss<version>standaloneconfiguration | + | |
- | </code> | + | |
- | + | ||
- | + | ||
- | + | ||
- | Damit das Dashboard auf die aktuelle Installation von TIM zugreifen kann, muss die **dashboard.properties** mit einem Editor angepasst werden. In **Zeile 1** muss der Port des **wsdlHost** an TIM angepasst werden. __**Beispiel**__ Wenn die Adresse des TIM - Clients wie folgt lautet | + | |
- | + | ||
- | <code> | + | |
- | http://wiki.tim-solutions.de:8383/loom-portal/ | + | |
- | </code> | + | |
- | + | ||
- | muss der wsdlHost wie folgt angepasst werden: | + | |
- | + | ||
- | <code> | + | |
- | wsdlHost=http://wiki.tim-solutions.de:8383/ | + | |
- | </code> | + | |
---- | ---- | ||
- | ==== Mögliche Auswertungen ==== | + | ==== Possible Evaluation ==== |
- | + | Information on usable tables and columns can be found in the [[en:software:dashboard:dashboard_tablestructure|table structure]]. | |
- | Welche Tabellen und Spalten genutzt werden können, kann in der [[:en:software:dashboard:dashboard_tablestructure|Tabellenstruktur]] nachgelesen werden. | + | |
- | + |