FastGPT源码部署,不使用docker

在使用FastGPT的过程中,可能有的功能不符合自己的需求。如果使用docker部署没办法修改源码二次开发,所以需要本地通过源码部署。

操作如下:

  1. 下载最新代码
bash 复制代码
git clone https://github.com/labring/FastGPT.git
  1. 按照pnpm
bash 复制代码
npm install pnpm -g
#查看版本
pnpm -v
  1. 在git bash里,定位到项目根目录,输入 pnpm i安装依赖
bash 复制代码
pnpm i
  1. 项目根目录里的projects/app文件夹里,输入npm run build 打包
bash 复制代码
npm run build
  1. 启动项目
bash 复制代码
npm start -- -p 9091
相关推荐
AI_小站2 天前
【AI工作流】FastGPT - 深入解析FastGPT工作流编排:从基础到高级应用的全面指南
人工智能·程序人生·语言模型·大模型·llm·fastgpt·大模型应用
z千鑫5 天前
【AI工作流】FastGPT - 深入解析FastGPT工作流编排:从基础到高级应用的全面指南
人工智能·ai·chatgpt·开源·ai编程·fastgpt
z千鑫8 天前
【AI开源项目】FastGPT- 快速部署FastGPT以及使用知识库的两种方式!
人工智能·ai·chatgpt·开源·ai编程·fastgpt·codemoss能用ai
warrah10 天前
fastGpt
oneapi·fastgpt·ollama
努力的小Qin14 天前
Fastgpt学习(4)- 使用Github Action构建Docker镜像
docker·容器·github·fastgpt·1024程序员节
努力的小Qin17 天前
FastGPT本地开发 之 通过Navicat管理MongoDB、PostgreSQL数据库
数据库·mongodb·postgresql·大模型·fastgpt
努力的小Qin1 个月前
Fastgpt本地化部署 - 以MAC为例
人工智能·语言模型·fastgpt
Linux猿2 个月前
828华为云征文 | 云服务器Flexus X实例:RAG 开源项目 FastGPT 部署,玩转大模型
服务器·人工智能·机器学习·华为云·fastgpt·flexus云服务器x实例·华为云服务器
GeekPlusA2 个月前
大模型系列-fastgpt,ollama搭建本地知识库
人工智能·深度学习·aigc·知识库·fastgpt
problc2 个月前
FastGPT如何增减用户
用户管理·fastgpt