Skip to content

Running without Docker

Hoon edited this page Jul 31, 2016 · 2 revisions

Download the latest release and unzip it

1. Running kafkalot-storage

  • Java 8+ is required
  • Mongo 3.10+ is required
  • Kafka connector cluster is required
$ # configure `conf/application.conf`, `conf/logback.xml` before starting storage

$ cd kafkalot/storage
$ ./bin/kafkalot-storage

2. Running kafkalot-ui

  • Web Server is required (e.g nginx, apache)

Serve static files in kafkalot/ui in your web server and configure the reverse proxy like kafkalot-ui/resource/nginx/default.conf

Clone this wiki locally