Quick Start
-
Clone and enter the repo.
Terminal window git clone https://github.com/sstagg/Magellon.gitcd Magellon/Docker -
Copy the example config and start the stack.
Terminal window cp .env.example .envbash start.sh -
Open the UI at http://localhost:8080 and log in.
-
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.