-
I am installing microcks on existing kafka, mongo, keycloak. Where do I get binary files for microcks? Do I have to build it from source? |
Beta Was this translation helpful? Give feedback.
Answered by
lbroudoux
Aug 25, 2023
Replies: 1 comment 2 replies
-
Hey there! Hope it helps! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lbroudoux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey there!
Microcks is distributed as container images only. We provide different means for installing it depending if you're targeting your laptop or a server. Basically on a laptop, the easiest way to start with is via Docker Compose that is documented here: https://microcks.io/documentation/installing/docker-compose/
Hope it helps!