Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

TSM can be installed using several methods. Choose the one that best fits your needs.

Prerequisites

Before installing TSM, ensure you have:

  • Docker installed and running
  • Python 3.8 or higher (for pip installation)
  • Basic understanding of Docker and Traefik concepts

Installation Methods

Using Homebrew (macOS/Linux)

brew install auser/tap/tsm

Using the Install Script

curl -LsSf https://raw.githubusercontent.com/auser/tsm/main/install.sh | sh

Using pip

pip install tsm

Post-Installation

After installation, you should:

  1. Install dependencies:

    tsm install-deps
    
  2. Verify the installation:

    tsm version
    

Next Steps

Once TSM is installed, proceed to the Quickstart guide to begin using TSM.