Skip to content

Commit

Permalink
Add note about IPv4 address
Browse files Browse the repository at this point in the history
  • Loading branch information
svenja11 committed Sep 9, 2024
1 parent 0fa7d58 commit a82cdc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tutorials/ai-chatbot-with-ollama-and-open-webui/01.de.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ Das Tutorial wurde getestet mit *Ubuntu 24.04* und *Debian 12*.

Folgend wird erklärt, wie man Ollama manuell installiert. Für einen schnellen Start, kannst du das Installations-Skript nutzen und direkt mit "[Schritt 2 - Open WebUI installieren](#schritt-2---open-webui-installieren)" fortfahren.

> Installations-Skript: `curl -fsSL https://ollama.com/install.sh | sh`
> Installations-Skript: `curl -fsSL https://ollama.com/install.sh | sh`<br>
> *Falls ein Verbindungsfehler erscheint, prüfe ob der Server eine öffentliche IPv4-Adresse besitzt.*

Um Ollama selbst zu installieren, folge diesen Schritten:

Expand Down
3 changes: 2 additions & 1 deletion tutorials/ai-chatbot-with-ollama-and-open-webui/01.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ The tutorial was tested with *Ubuntu 24.04* and *Debian 12*.

The following step explains how to install Ollama manually. For a quick start, you can use the installation script and continue with "[Step 2 - Install Ollama WebUI](#step-2---install-open-webui)".

> Installation script: `curl -fsSL https://ollama.com/install.sh | sh`
> Installation script: `curl -fsSL https://ollama.com/install.sh | sh`<br>
> *If you get a connection error, check if your server has a public IPv4 address.*

To install Ollama yourself, follow these steps:

Expand Down

0 comments on commit a82cdc0

Please sign in to comment.