Skip to content

docs(install): drop prerequisites already covered by RPM Requires#47

Merged
duynhne merged 2 commits into
mainfrom
docs/install-prereqs-cleanup
Jun 15, 2026
Merged

docs(install): drop prerequisites already covered by RPM Requires#47
duynhne merged 2 commits into
mainfrom
docs/install-prereqs-cleanup

Conversation

@duynhne

@duynhne duynhne commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

The Prerequisites section in docs/002-install.md told operators to dnf install nginx valkey postgresql, but the spec already declares those as Requires, so dnf install duynhlab pulls them.

  • Trim the redundant install block; keep the genuinely manual steps: enable EPEL (so dnf can resolve valkey) and, for same-host PostgreSQL, install + init postgresql-server.
  • Also gitignore the local DB-MIGRATION-COLLISION-NOTE.md review note.

Docs-only.

duynhne added 2 commits June 15, 2026 11:37
…ires

nginx, the postgresql client, and valkey are declared as RPM `Requires`, so
`dnf install duynhlab` pulls them automatically. The Prerequisites section
duplicated those installs; trim it to the genuinely manual steps — enabling
EPEL (so dnf can resolve valkey/yq) and, for same-host PostgreSQL, installing
and initialising postgresql-server.
@duynhne
duynhne merged commit 1157e98 into main Jun 15, 2026
2 checks passed
@duynhne
duynhne deleted the docs/install-prereqs-cleanup branch June 15, 2026 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant