
* closes 1602 * readme * fixes * docs Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
738 B
738 B
Get the required software for Linux or macOS
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
git
docker
Installing prerequisites on macOS
-
Install brew.
-
Install brew cask:
> brew cask
3Install JDK 13 via Homebrew cask:
> brew tap adoptopenjdk/openjdk
> brew install adoptopenjdk13
Tips
Consider allocating not less than 4GB of memory for your docker.
Otherwise, some apps within a stack (e.g. kafka-ui.yaml
) might crash.
Where to go next
In the next section, you'll learn how to build the application.