Skip to content

feat: Add native PostgreSQL option and LaunchAgent for auto-start#3

Open
rymalia wants to merge 1 commit intoalexknowshtml:mainfrom
rymalia:main
Open

feat: Add native PostgreSQL option and LaunchAgent for auto-start#3
rymalia wants to merge 1 commit intoalexknowshtml:mainfrom
rymalia:main

Conversation

@rymalia
Copy link

@rymalia rymalia commented Jan 11, 2026

  • Clarify Docker Desktop as explicit prerequisite where needed
  • Add native PostgreSQL setup instructions as Docker alternative (uses port 5432 vs Docker's 5433)
  • Add LaunchAgent template (com.kuato.api.plist) to auto-start API on macOS login
  • Document the two-server architecture (PostgreSQL + Kuato API)
  • Resolves Document Docker as a required dependency for PostgreSQL version #2

The changes span 3 files:

  • README.md (Native PostgreSQL section, LaunchAgent docs)
  • postgres/README.md (Native quick start + database management)
  • postgres/com.kuato.api.plist (New - LaunchAgent template)

  - Add native PostgreSQL setup instructions as Docker alternative (uses port 5432 vs Docker's 5433)
  - Add LaunchAgent template (com.kuato.api.plist) to auto-start API on macOS login
  - Document the two-server architecture (PostgreSQL + Kuato API)
  - Clarify Docker Desktop as explicit prerequisite where needed

  ---
  The changes span 3 files:
  ┌──────────────────────────────┬─────────────────────────────────────────────┐
  │             File             │                   Change                    │
  ├──────────────────────────────┼─────────────────────────────────────────────┤
  │ README.md                    │ Native PostgreSQL section, LaunchAgent docs │
  ├──────────────────────────────┼─────────────────────────────────────────────┤
  │ postgres/README.md           │ Native quick start + database management    │
  ├──────────────────────────────┼─────────────────────────────────────────────┤
  │ postgres/com.kuato.api.plist │ New - LaunchAgent template                  │
  └──────────────────────────────┴─────────────────────────────────────────────┘
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document Docker as a required dependency for PostgreSQL version

1 participant