Getting Started
Getting Started
Get NornWeave up and running in minutes.
Install NornWeave using Docker or from source
Environment variables and settings
Create your first inbox and send an email
Prerequisites
- Docker and Docker Compose (recommended)
- Or: Python 3.11+ and PostgreSQL 15+
- An email provider account (Mailgun, SendGrid, AWS SES, or Resend)
Quick Install
# Clone the repository
git clone https://github.com/DataCovey/nornweave.git
cd nornweave
# Copy environment configuration
cp .env.example .env
# Start the stack
docker compose up -dContinue to the Installation Guide for detailed instructions.