Skip to content

Quick Start

import { Steps } from ‘@astrojs/starlight/components’;

  1. Clone and enter the repo.

    Terminal window
    git clone https://github.com/sstagg/Magellon.git
    cd Magellon/Docker
  2. Copy the example config and start the stack.

    Terminal window
    cp .env.example .env
    bash start.sh
  3. Open the UI at http://localhost:8080 and log in.

  4. Import a session, open the Plugins page, pick a plugin, fill the generated form, and click Run.

For a fuller walk-through — including demo data — see Installation.