Local Development Setup

Set up Thand Agent for local development and testing.

Table of contents

  1. Install Thand
    1. Start the Server
  2. Next Steps

Install Thand

Firstly, follow the Installation Guide to install the Thand Agent.

Once Thand has been installed you can simply run the server locally.

Start the Server

thand server

The server should start without issue. However, you will need to configure; roles, providers and workflow before you can really use it.

Then review the Getting Started guide to authenticate and request access.


Once you’ve got the Thand server running locally, you can connect the Thand Agent to it by specifying the server URL during login:

thand login --server http://localhost:9090

Then proceed to login and review the roles you have access to.

thand roles

Next Steps