Replies: 1 comment
-
能ssh上的话 git clone https://github.com/Yidadaa/ChatGPT-Next-Web.git && cd ChatGPT-Next-Web
yarn install && yarn build && yarn start
# 没有yarn用npm也行
# npm install && npm run build && npm run start 或者本地编译好之后参照dockerfile的写法把文件都传到服务器上用node执行 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我有一个服务器网站,只支持部署nodejs 的环境,不支持部署docker,请问我该如何做?
有没有大神愿意帮忙的? 或者有没有一个教程可以看到如何部署到纯nodejs 的环境。
Beta Was this translation helpful? Give feedback.
All reactions