GRM-85: Fix getting started docs: add Gitea PyPI registry instructions for pip install #122

Merged
emil merged 0 commits from GRM-85-fix-getting-started-docs into master 2026-06-24 22:51:11 +00:00
Owner

Summary

The pip install section in README.md and docs/user/installation.md was missing the Gitea PyPI registry URL — pip install gitea-runner-manager alone would fail since the package is not on PyPI.org.

Updated both files with:

  • Clear statement that GRM is on the Gitea PyPI registry (publicly readable, no auth needed)
  • Quick install (one-off --index-url)
  • Persistent configuration via ~/.pip/pip.conf
  • Note that Ansible playbooks are bundled so grm install works out of the box

Closes GRM-85

## Summary The pip install section in README.md and docs/user/installation.md was missing the Gitea PyPI registry URL — `pip install gitea-runner-manager` alone would fail since the package is not on PyPI.org. Updated both files with: - Clear statement that GRM is on the Gitea PyPI registry (publicly readable, no auth needed) - Quick install (one-off `--index-url`) - Persistent configuration via `~/.pip/pip.conf` - Note that Ansible playbooks are bundled so `grm install` works out of the box Closes GRM-85
emil reviewed 2026-06-24 22:46:46 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil force-pushed GRM-85-fix-getting-started-docs from d93b3510b3 to 79d0c89087 2026-06-24 22:48:57 +00:00 Compare
emil reviewed 2026-06-24 22:49:27 +00:00
emil left a comment
Author
Owner

Automated PR Review

  • Architecture compliance: OK
  • Best practices: OK
  • Security: OK
  • i18n: OK
  • Resource management: OK
  • Documentation: OK
  • Tests: OK
  • Commit conventions: OK

No issues found by automated checks.


Auto-merge: If all CI checks pass, this PR will be merged automatically.

## Automated PR Review - Architecture compliance: OK - Best practices: OK - Security: OK - i18n: OK - Resource management: OK - Documentation: OK - Tests: OK - Commit conventions: OK No issues found by automated checks. --- **Auto-merge:** If all CI checks pass, this PR will be merged automatically.
emil merged commit cedb8af179 into master 2026-06-24 22:51:11 +00:00
emil deleted branch GRM-85-fix-getting-started-docs 2026-06-24 22:51:11 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: oblachno-oss/grm#122