Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 672 Bytes

development.md

File metadata and controls

34 lines (24 loc) · 672 Bytes

Development

This document explains how to get started to develop the apisix-mesh-agent.

Prerequisites

Build

cd /path/to/apisix-mesh-agent
make build

Test

Run Unit Test Suites

cd /path/to/apisix-mesh-agent
make unit-test

Mimic practical environment

If you want to mimic the practical environment, iptables rules should be set up in your development environment, see traffic-interception for the details of creating the iptables rules.