Procedure

Install PostgreSQL

Install PostgreSQL via package manager or the official installer for your OS, start the service if needed, then verify with psql --version.

  1. Install PostgreSQL from https://www.postgresql.org/download/ . macOS: br

    Install PostgreSQL from https://www.postgresql.org/download/ . macOS: brew install postgresql@18 (or another postgresql@N) and follow brew services/start notes. Windows: use the EDB installer or winget search PostgreSQL then install a PostgreSQL.PostgreSQL.* package. Linux: apt install postgresql (or postgresql-N from apt.postgresql.org) / dnf install postgresql-server then initdb and enable the service per distro docs.

  2. Ensure the server is running (brew services start postgresql@18, systemc

    Ensure the server is running (brew services start postgresql@18, systemctl start postgresql, or Windows service). Open a new shell if PATH was updated.

  3. psql --version

    psql --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11YX6AM0FEHPYSASXKWEJ10

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.