-
-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority: medium
Description
Problem
docs/developer/PHASE_5_DEVELOPER_SETUP.md still references the deleted setup.sh extensively (6+ occurrences). The entire Quick Start and Step 2/Step 3 sections are based on bash setup.sh --full/--minimal/--distributed which no longer exists.
Locations
- Line 18:
bash setup.sh --full - Line 124:
# You should see: setup.sh, scripts/, docs/, etc. - Lines 129-154: Three setup modes (
--full,--minimal,--distributed) - Lines 156+: Describes setup phases that no longer apply
Suggested Fix
Rewrite to document the three actual deployment paths:
install.sh+ Setup Wizard (bare-metal)docker compose up -d(Docker)- Ansible fleet deployment from .19
Discovered During
Code review of #2420 session.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationpriority: medium