Skip to main content
Feedback

Getting Started with the Local Edition SDK

This topic provides an overview of the basic workflow for the Local Edition SDK.

Estimated time to get started using the steps in this section: 30 minutes.

Before you begin

Before getting started with developing the Local Edition environment, carry out the following steps:

  1. Download the Local Edition artifact.

  2. Locate the sdk.zip file in the Local Edition GA package.

  3. Extract the contents of sdk.zip to a known location.

  4. In the terminal or command prompt, navigate to the folder containing the extracted contents.

  5. Grant execute permission to the scripts.

    note

    This step applies only to Linux or macOS. Windows users can skip this step.

    /home/user/MasheryLocalSDK$ chmod +x gradlew create-adapter.sh build-adapter.sh

Procedure

  1. Creating an adapter project.

  2. Packaging the adapter.

  3. Including an adapter in TrafficManager.

  4. Building the TrafficManager image.

  5. Configuring endpoints for processors.

On this Page