Consdata/kouncil

Please give instruction on how to run without a docker

anildes opened this issue · 2 comments

Please give instruction on how to run without a docker

Hi, to run kouncil without docker simply follow this instruction: https://docs.kouncil.io/getting-started/development#running-the-project. You should build your project using maven first.

Thanks so mvn spring-boot:run -Dspring-boot.run.arguments="bootstrapServers=localhost:9092" should work for me unless otherwise