How are you supposed to run the source code? Please add the dependency installation and running instructions. I am unable to install the Cypress package multiple times using npm install. #2205

Closed
opened 2025-11-11 15:02:25 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @anthonywu2000 on GitHub (Sep 26, 2024).

How are you supposed to run the source code? Please add the dependency installation and running instructions. I am unable to install the Cypress package multiple times using npm install.

Originally created by @anthonywu2000 on GitHub (Sep 26, 2024). How are you supposed to run the source code? Please add the dependency installation and running instructions. I am unable to install the Cypress package multiple times using npm install.
Author
Owner

@rgaricano commented on GitHub (Sep 26, 2024):

You have instructions here: https://docs.openwebui.com/getting-started/

git clone https://github.com/open-webui/open-webui.git
cd open-webui/

# Copying required .env file
cp -RPp .env.example .env

# Building Frontend Using Node
npm install
npm run build

cd ./backend

##########################################
# Optional: To install using Conda as your development environment, follow these instructions:
# Create and activate a Conda environment
conda create --name open-webui-env python=3.11
conda activate open-webui-env
##########################################

# Install dependencies
pip install -r requirements.txt -U

# Start the application
bash start.sh
@rgaricano commented on GitHub (Sep 26, 2024): You have instructions here: https://docs.openwebui.com/getting-started/ ```` git clone https://github.com/open-webui/open-webui.git cd open-webui/ # Copying required .env file cp -RPp .env.example .env # Building Frontend Using Node npm install npm run build cd ./backend ########################################## # Optional: To install using Conda as your development environment, follow these instructions: # Create and activate a Conda environment conda create --name open-webui-env python=3.11 conda activate open-webui-env ########################################## # Install dependencies pip install -r requirements.txt -U # Start the application bash start.sh ````
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#2205