在安装nodeJS

yum install epel-release

yum install nodejs

yum install npm

 

拉取代码:https://github.com/yakGPT/yakGPT

压缩上传到contos ,安装解压工具

yum install -y unzip zip

解压zip:

unzip yakGPT.zip

安装yarn命名

npm install yarn -g

source /etc/profile

下载依赖包

cd /opt/yakGPT

yarn

打包

yarn build

启动 

yarn start

posted on 2023-06-20 15:27  沐清风  阅读(60)  评论(0)    收藏  举报