mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-19 12:11:02 -04:00
[PR #329] docs: add installing and configuring guide for first deployment #325
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vxcontrol/pentagi/pull/329
Author: @mason5052
Created: 6/3/2026
Status: 🔄 Open
Base:
main← Head:codex/issue-61-install-config-guide📝 Commits (2)
5b957bddocs: add installing and configuring guide for first deployment620e699docs: address review feedback on install/config guide📊 Changes
2 files changed (+186 additions, -0 deletions)
View changed files
📝
README.md(+5 -0)➕
examples/guides/installation_configuration.md(+181 -0)📄 Description
Summary
Add
examples/guides/installation_configuration.md, a concise ordered walkthrough that takes a new user from installation to a configured, verified first run, and link it from the README Quick Start section. Docs only.Problem
Issue #61 asked for a proper guide on how to start using PentAGI. A first-use guide (How to Use PentAGI After Login) already covers what to do after login. However, the maintainer kept the issue open with:
The README does contain detailed installer, manual-install, per-provider, and tester sections, but there is no single ordered "install -> configure -> test -> first run" article that threads them together. New users have to assemble that path themselves.
Solution
Add a standalone guide under
examples/guides/(matching the existingworker_node.md/vllm-qwen35-27b-fp8.mdconvention) that walks through, in order:PUBLIC_URL,CORS_ORIGINS, listen IP/port,COOKIE_SIGNING_SALT, DB passwords).ctester.etester.ctester/etester/ftester, changing the default admin password).It ends with a first-run checklist and links forward to the existing post-login usage guide. The guide links to the relevant README reference sections rather than duplicating them, and a single pointer link is added at the top of the README Quick Start section for discoverability.
User Impact
Test Plan
git diff --checkclean.README.md(+2 lines) and the newexamples/guides/installation_configuration.md. No runtime, installer, schema, or env-var changes..env.exampleand/orbackend/pkg/config/config.go.ctester,etester test,ftester).Refs #61
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.