docs: Ollama local-first setup + pipeline stage count alignment - #9
Merged
Merged
Conversation
Add LOCAL_OLLAMA.md for fully private host-Ollama + Docker Compose setup (the landing page promises it; GETTING_STARTED was cloud-key-centric). Also align README and docs site hero with the 9-stage consolidation pipeline shown on the landing page, and add commented Ollama vars to .env.example. Contributed-by: Sean Campbell <https://github.com/rudi193-cmd> Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced May 28, 2026
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.
Summary
docs/LOCAL_OLLAMA.md— fully local Stash setup (host Ollama + Docker Compose, no cloud API key). The landing page already sells this path; GETTING_STARTED was OpenRouter/API-key centric..env.example.Follow-up to merged #8 (Getting Started + MCP copy buttons).
Why this PR
Closes the gap between “fully private, fully offline” marketing and copy-paste setup for operators who run Ollama locally (same audience as local-first agent stacks).
Test plan
.env.exampleOllama block →.env, pullnomic-embed-text+qwen2.5:3bdocker compose upwithextra_hosts: host-gatewayon Linux if neededinit→remember→recalloverhttp://localhost:8080/sseContributed by @rudi193-cmd (also active on Emerging-Rule/community lesson PRs).
Made with Cursor