This page explains how to get the software you need to use a Linux or macOS machine for local development. Before you begin contributing you must have:
- a GitHub account
- Java 13 or newer
gitdocker
-
Install brew.
-
Install brew cask:
> brew cask3Install JDK 13 via Homebrew cask:
> brew tap adoptopenjdk/openjdk
> brew install adoptopenjdk13Consider allocating not less than 4GB of memory for your docker.
Otherwise, some apps within a stack (e.g. kafka-ui.yaml) might crash.
In the next section, you'll learn how to build the application.