Please give instruction on how to run without a docker
anildes opened this issue · 2 comments
anildes commented
Please give instruction on how to run without a docker
matty-matt commented
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.
anildes commented
Thanks so mvn spring-boot:run -Dspring-boot.run.arguments="bootstrapServers=localhost:9092" should work for me unless otherwise