Skip to content

Commit

Permalink
docs: add stack reinstall to troubleshooting guide (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <paul@paulschweigert.com>
  • Loading branch information
psschwei authored Jan 13, 2025
1 parent f6ce1f6 commit 96653e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,3 +121,13 @@ You can refer to the following podman issues:

Or go to the official podman troubleshooting guide:
https://podman-desktop.io/docs/troubleshooting

### Reinstalling or updating the stack

If you want to remove your stack and start again fresh, you can follow these steps:

* Completely remove any existing version of the stack: `./bee-stack.sh clean`
* Pick a model that works well with bee (for example, llama3.1)
* If using Ollama, run the model in a separate terminal window: `ollama run llama3.1`
* Ensure your container environment has met all the [prerequisites](https://github.com/i-am-bee/bee-stack?tab=readme-ov-file#-pre-requisities)
* Create a new version of the stack: `./bee-stack.sh start`

0 comments on commit 96653e2

Please sign in to comment.