Getting Started

Getting Started

Get NornWeave up and running in minutes.

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 -d

Continue to the Installation Guide for detailed instructions.