diff --git a/Kieker.WebGUI/README b/Kieker.WebGUI/README index 6139c3c1946fc50c423802768efb003c7aec39a7..314605c35dee31bed09f6d5e42238586d74dfcfb 100644 --- a/Kieker.WebGUI/README +++ b/Kieker.WebGUI/README @@ -1 +1 @@ -In order to start the WebGUI use either "mvn jetty:run" or "mvn package" in combination with the corresponding script in the bin-directory. The GUI is available under "http://localhost:8080/Kieker.WebGUI/login" after it has been started. \ No newline at end of file +Welcome to the Kieker.WebGUI. Please use 'Kieker.WebGUI.bat/sh' in the directory 'bin' to start the application. After the server has been started, visit 'http://localhost:8080/Kieker.WebGUI/login' to continue. \ No newline at end of file diff --git a/Kieker.WebGUI/config/descriptors/descriptor-bin.xml b/Kieker.WebGUI/config/descriptors/descriptor-bin.xml index 9664bad06c62abc5482be39aa02f6ceac921c4b6..9afadd2a9ce3d3d252b186ea2bb98ba9f739739e 100644 --- a/Kieker.WebGUI/config/descriptors/descriptor-bin.xml +++ b/Kieker.WebGUI/config/descriptors/descriptor-bin.xml @@ -27,6 +27,9 @@ </include> <include> LICENSE + </include> + <include> + README </include> </includes> <outputDirectory>/</outputDirectory>