You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download the latest [release](https://github.com/SourceLabOrg/kafka-webview/releases) package and extract the ZIP file.
36
36
@@ -60,9 +60,23 @@ app:
60
60
### Starting the service
61
61
62
62
The Kafka WebView UI can be started by running the **start.sh** script from root of the extracted package.
63
-
This should start a webserver running on the port you configured.
63
+
This should start a webserver running on the port you configured. Point your browser at `http://your.host.name:8080` or the port that you configured and follow the [Logging in for the first time](#logging-in-for-the-first-time) instructions below.
64
64
65
-
### Logging in for the first time
65
+
## Running from docker image
66
+
67
+
Docker images can be found on [Docker Hub](https://hub.docker.com/r/sourcelaborg/kafka-webview).
68
+
69
+
Start up the latest docker image by running `docker run -it -p 8080:8080 -v kafkawebview_data:/app/data sourcelaborg/kafka-webview:latest`
70
+
71
+
Point your browser at `http://localhost:8080` and follow the [Logging in for the first time](#logging-in-for-the-first-time) instructions below.
72
+
73
+
## Building from source
74
+
75
+
To build and run from the latest source code requires JDK 1.8 and Maven 3.3.9+. Clone this project and run the [buildAndRun.sh](https://github.com/SourceLabOrg/kafka-webview/blob/master/buildAndRun.sh) script to compile the project and start the service.
76
+
77
+
Point your browser at `http://localhost:8080` follow the [Logging in for the first time](#logging-in-for-the-first-time) instructions below.
78
+
79
+
## Logging in for the first time
66
80
67
81
On first start up a default Administrator user will be created for you. Login using `admin@example.com` with password `admin`
0 commit comments