no-docker-setup | Skill Performance & Reviews | TopRankSkills

TopRank Skills

Home / Skills / tools / no-docker-setup

no-docker-setup

maintained by everruns

star 2 account_tree 0 verified_user MIT License
bolt View GitHub

name: no-docker-setup description: Set up full production-like backend (PostgreSQL + API + Worker) without Docker. Use for testing durable workflows, database persistence, or when DEV_MODE is insufficient.

No-Docker Setup

Full production-like backend without Docker: PostgreSQL + API + Worker.

When to Use

Mode Use Case
just start-dev --no-watch Quick testing, UI work, in-memory (no persistence)
This skill Durable workflows, database testing, persistence needed
just start-all Full setup with Docker (easiest if Docker available)

What It Does

  1. Sets up fresh PostgreSQL cluster at /tmp/pgdata
  2. Runs just start-all --no-watch --no-docker --no-ui
    • API server auto-applies migrations on startup
    • Starts API server (port 9000)
    • Starts Worker (port 9001)

Quick Start

# Prerequisites: PostgreSQL 16+, jq, API key
sudo -E .claude/skills/no-docker-setup/scripts/start.sh

Prerequisites

  1. PostgreSQL 16+ - apt-get install postgresql-16
  2. jq - apt-get install jq
  3. API Key - OPENAI_API_KEY or ANTHROPIC_API_KEY
  4. Root access - For PostgreSQL cluster initialization

Architecture

PostgreSQL (port 5432) → API (port 9000) → Worker (port 9001)
     ↓                       ↓                  ↓
  /tmp/pgdata           HTTP + gRPC        Durable workflows

Alternative: Manual Setup

If you already have PostgreSQL running:

export DATABASE_URL="postgres://user:pass@localhost:5432/everruns"
just start-all --no-watch --no-docker --no-ui

Testing

curl http://localhost:9000/health
cargo test

chat Comments (0)

chat_bubble_outline

No comments yet. Be the first to share your thoughts!

Skill Details

GitHub Stars 2
GitHub Forks 0
Created Jan 2026
Last Updated 5 months ago
tools tools system admin

Related Skills

planning-with-files
chevron_right
agent-browser
chevron_right
building-agents
chevron_right
docker-expert
chevron_right
discord-governance
chevron_right

Build your own?

Join 12,000+ developers contributing to the Claude ecosystem.