From 9638b30d0d5adb5ffafa91f043e2f7c589d2f011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Mert=20Y=C4=B1ld=C4=B1ran?= Date: Mon, 17 Jan 2022 16:38:59 +0300 Subject: [PATCH] Add info about Basenine --- Development-Workflows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Development-Workflows.md b/Development-Workflows.md index 7b21776..c2ee902 100644 --- a/Development-Workflows.md +++ b/Development-Workflows.md @@ -186,6 +186,8 @@ It also requires you to develop the Kubernetes deployment configuration for the This method involves doing everything on your local machine without requiring any Kubernetes deployment. +Put the suitable Basenine binary to your path from [the latest release](https://github.com/up9inc/basenine/releases/latest) or clone the repo and run `make clean && make && sudo make install` to install it system-wide. + Save this script to a file named `dev.sh`: ```bash @@ -221,6 +223,7 @@ This script builds Mizu Agent and runs; - API server - Tapper +- Basenine instances with correct configuration for your local machine. It also lets you stop them by CTRL+C