Skip to content

Quick Start

  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.

Pro Tip

The start.sh script handles container initialization and data setup automatically. On subsequent runs, you can use docker compose --profile default up -d for faster startup.

Requirements
Prerequisites:
  • Docker Desktop or Docker Engine
  • Git
  • Approximately 10GB disk space

Make sure these are installed and running before proceeding.

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