kafka-ui/documentation/project/contributing/building-and-running-without-docker.md
Jibin Philipose 9f32abcd09
New documentation for building and running without docker (#2574)
* New documentation for building and running without docker and some doc fixes and additions.

* Improvements in docs

* spell fix

* improvements in docs

* minor modification

* improvements
2022-09-15 04:38:05 +04:00

1.2 KiB

Build & Run Without Docker

Once you installed the prerequisites and cloned the repository, run the following steps in your project directory:

Running Without Docker Quickly

Execute the jar

java -Dspring.config.additional-location=<path-to-application-local.yml> -jar <path-to-kafka-ui-jar>

Building And Running Without Docker

NOTE: If you want to get kafka-ui up and running locally quickly without building the jar file manually, then just follow Running Without Docker Quickly

Comment out com.spotify plugin in kafka-ui-api pom.xml

Once your build is successful and the jar file named kafka-ui-api-0.0.1-SNAPSHOT.jar is generated inside kafka-ui-api/target.