Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Update README.md to match current Dockerless setup
Browse files Browse the repository at this point in the history
  • Loading branch information
dangminhduc1101 authored Jan 9, 2024
1 parent 3adb211 commit 7c35952
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ We are committed to maintaining this repository and progressively working throug

Before proceeding with the installation, ensure that you have the following prerequisites:

- Docker
- Ollama (see [here](https://ollama.ai/)) running at http://localhost:11434/api.
- Node.js
- npm

If you are not using Docker, you can instead host your own Ollama server (see [here](https://ollama.ai/)) at http://localhost:11434/api.

Follow these steps to set up Ollama-webui-lite:

1. Clone the repository:
Expand All @@ -35,19 +33,13 @@ Follow these steps to set up Ollama-webui-lite:
cd ollama-webui-lite
```

2. Start the Ollama Docker containers (or set up your Ollama server):

```bash
docker-compose up -d --build
```

3. Install the dependencies:
2. Install the dependencies:

```bash
npm ci
```

4. Run the application in development mode:
3. Run the application in development mode:

```bash
npm run dev
Expand Down

0 comments on commit 7c35952

Please sign in to comment.