Skip to content

docs: fix quickstart guide with accurate setup info#15

Merged
mohit-nagaraj merged 2 commits into
mainfrom
docs/fix-quickstart-guide
Apr 20, 2026
Merged

docs: fix quickstart guide with accurate setup info#15
mohit-nagaraj merged 2 commits into
mainfrom
docs/fix-quickstart-guide

Conversation

@mohit-nagaraj

Copy link
Copy Markdown
Member

Summary

  • Add conditional prerequisites table showing Node.js 20+ / Go 1.25+ requirements per setup path
  • Clarify each dev mode — what orchcli start -d runs in Docker vs on the host
  • Fix manual setup section: working config.yaml values, correct MONGO_URI for Docker MongoDB (no auth), .env.local step for UI
  • Fix orchcli exec example: postgres -> mongodb
  • Fix Go install path: github.com/kubeorch/cli (was wrong module path)
  • Expand configuration reference table

Test plan

  • Quickstart page renders correctly on docs site
  • All code blocks are syntactically correct
  • Prerequisites table accurately reflects requirements from core/ui repos
  • Manual setup commands work end-to-end in a fresh environment

Fixes #14
Related CLI fix: KubeOrch/cli#46

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the quickstart guide with specific Node.js and Go version requirements, clarifies Docker container behavior for various development modes, and adds detailed manual setup instructions including a configuration example. Review feedback highlighted an inconsistent database name in a mongosh command and a discrepancy regarding the requirement status of the ENCRYPTION_KEY variable.

Comment thread src/content/docs/guides/quickstart.md Outdated
Comment thread src/content/docs/guides/quickstart.md Outdated
@mohit-nagaraj mohit-nagaraj force-pushed the docs/fix-quickstart-guide branch from 5a4dd0d to b36636c Compare April 12, 2026 04:04
- Add conditional prerequisites table (Node.js 20+, Go 1.25+ per setup path)
- Clarify what orchcli start -d runs in Docker vs host for each dev mode
- Fix manual setup: add working config.yaml values, correct MONGO_URI
  for Docker-based MongoDB (no auth), add .env.local step for UI
- Fix exec example: postgres -> mongodb
- Expand Required Core Configuration table with optional fields
- Fix Go install command to use correct module path (github.com/kubeorch/cli)

Fixes #14

Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>
@mohit-nagaraj mohit-nagaraj force-pushed the docs/fix-quickstart-guide branch from b36636c to b3f441d Compare April 20, 2026 16:26
- Fix database name: kubeorchestra -> kubeorch (bot feedback)
- Fix ENCRYPTION_KEY requirement: No -> Yes (needed for clusters)
- Convert to .mdx for component support
- Add platform tabs for installation (macOS/Linux, Windows, NPM, Go)
- Add winget and Scoop install methods for Windows

Signed-off-by: Mohit Nagaraj <mohitnagaraj20@gmail.com>
@mohit-nagaraj mohit-nagaraj merged commit 560a50c into main Apr 20, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Quickstart guide has inaccurate setup instructions and missing prerequisites

1 participant