跨境派

跨境派

跨境派,专注跨境行业新闻资讯、跨境电商知识分享!

当前位置:首页 > 综合服务 > 电商平台 > 【学习记录】Open-WebUI 非Docker安装

【学习记录】Open-WebUI 非Docker安装

时间:2024-04-26 10:25:31 来源:网络cs 作者:付梓 栏目:电商平台 阅读:

标签: 安装  记录  学习 

这里写自定义目录标题

How to Install Without DockerProject ComponentsRequirements 📦Build and Install 🛠️

来源

How to Install Without Docker

While we strongly recommend using our convenient Docker container installation for optimal support, we understand that some situations may require a non-Docker setup, especially for development purposes. Please note that non-Docker installations are not officially supported, and you might need to troubleshoot on your own.

Project Components

Open WebUI consists of two primary components: the frontend and the backend (which serves as a reverse proxy, handling static frontend files, and additional features). Both need to be running concurrently for the development environment.

INFO
The backend is required for proper functionality

Requirements 📦

🐰 Node.js >= 20.10 or Bun >= 1.0.21
🐍 Python >= 3.11

Build and Install 🛠️

Run the following commands to install:

git clone https://github.com/open-webui/open-webui.gitcd open-webui/# Copying required .env filecp -RPp .env.example .env# Building Frontend Using Nodenpm inpm run build# Serving Frontend with the Backendcd ./backendpip install -r requirements.txt -Ubash start.sh

You should have Open WebUI up and running at http://localhost:8080/. Enjoy! 😄

本文链接:https://www.kjpai.cn/news/2024-04-26/162421.html,文章来源:网络cs,作者:付梓,版权归作者所有,如需转载请注明来源和作者,否则将追究法律责任!

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。

文章评论