Self-hosting: Installation page#697
Open
YashMohan23 wants to merge 2 commits into
Open
Conversation
f2ed277 to
0d6208c
Compare
10b3986 to
91cb202
Compare
- New Installation page for the current ./bin/install flow: Steps (clone + install, create first user via manage.py create_user, open the app), installer flags, Apple Silicon/arm64 note, manual install, verify-the-stack, everyday operations, and the dev/frontend run modes. - 'Deep dive' card to Environment variables (System configuration card omitted since that page is not in the base branch). - Replaces the old build-from-source v1.8.19_base draft with the published-image flow; every command verified against the live future-agi/future-agi repo. - Sidebar: rename 'System requirements' -> 'Requirements' and add 'Installation'. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
91cb202 to
d3431e6
Compare
khushalsonawat
left a comment
Contributor
There was a problem hiding this comment.
First-round review against the docs review guide (review-docs-like-khushal). 9 inline comments below, keyed to the guide sections; several mirror the #696 Requirements feedback. Commands were verified against the future-agi repo and check out.
- Rename install.mdx -> installation.mdx (file = kebab of sidebar title); nav href updated. - Title -> 'Installation'; shorten description. - 'Introduction' -> 'In this page'; bullet the installer-does-this enumeration (de-duped Step 1). - Note -> TLDR. Footer 'Deep dive' -> 'Dive deeper'. - Drop trailing periods in the flags + modes tables and the card body. - Point the env card at the canonical nav path /docs/self-hosting/environment. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Author
|
Thanks for the review — addressed all 9 comments:
Ready for another look 🙏 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
New self-hosting Installation page (new sidebar entry, after Requirements) documenting the current
./bin/installDocker Compose flow.What's included
<Steps>: clone +./bin/install, create the first user (manage.py create_user), open the app.--full,--skip-user-creation,--no-up,--wipe-volumes,--new-instance.What changed vs the old draft
./bin/install, ~1 min, no source builds) instead of the old build-from-sourcev1.8.19_basepath.create_usermanagement command (not a Django shell hack)../bin/uninstall(--wipe-data,--purge).VITE_HOST_APIneeds a container restart, not a rebuild.future-agi/future-agirepo. No em/en dashes.Sidebar
System requirements→Requirementsand addInstallation. Identical in both PRs so the sidebar stays consistent; the change is idempotent and won't conflict.Note
configuration/system.mdxis not in the base branch, so that card is omitted to avoid a broken link. Happy to add it once that page lands.🤖 Generated with Claude Code