云服务器
外国云服务器,Linux Debian系统
切换到root账户sudo su
然后执行以下命令复制一份网站的模板:
git clone
https://github.com/Chanzhaoyu/chatgpt-web.git
cd chatgpt-web
安装依赖
安装node
node需要18或以上的版本
执行以下命令:
#安装nodejs
apt install nodejs
#安装node包管理器
apt install npm
#升级到node.js最新稳定版本
n stable # latest
hash -r
#查看版本,如果是18及以上就可以了
node -v
未完待续...
标签:node,web,git,nodejs,网站,apt,ChatGPT,安装 From: https://www.cnblogs.com/wydweb/p/17307185.html