One-click deployment of your ChatGPT site.
Use this script to quickly create your own ChatGPT web site. | 使用此脚本可以快速创建您自己的 ChatGPT 网站。
机场推荐 | 🔗链接 | 📌机场概况 |
---|---|---|
✅魔戒 | 🔗官网 | 按量不限时、不限速、不限设备,解锁ChatGPT |
✅Teacat | 🔗官网 | 按周期、不限速、不限设备、IEPL专线,解锁ChatGPT |
✅八戒 | 🔗官网 | 按量不限时、IEPL专线、不限速、不限设备、低延迟,高网速,解锁ChatGPT |
✅acyun | 🔗官网 | 按量不限时(3T只需40RMB)、高速中转线路、不限速、不限制客户端数量,解锁ChatGPT |
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-next-web && cd /data/chatgpt-next-web
#(2)下载主执行脚本 ChatGPT-Next-Web_build.sh 脚本会判断当前系统是Ubuntu还是CentOS,其他系统则不会执行构建
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Next-Web/ChatGPT-Next-Web_build.sh)"
#(1)创建脚本执行目录
mkdir -p /data/chatgpt-web && cd /data/chatgpt-web
#(2)下载执行脚本
# CentOS
yum -y install wget curl
# ubuntu
apt -y install wget curl
#(3)下载对应的env.example配置文件;注意执行脚本前先进行修改里面的内容
【Kerwin1202/chatgpt-web | zhujunsan/chatgpt-web | BobDu/chatgpt-web-fork】
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Kerwin1202_env.example
【Chanzhaoyu/chatgpt-web】
wget -O env.example https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/Chanzhaoyu_env.example
# RHEL and CentOS or Rocky 7/8/9
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin.sh)"
# Ubuntu or Debian
bash -c "$(curl -fsSL https://raw.githubusercontent.com/dqzboy/chatgpt-web/main/ChatGPT-Web-Admin/install/ChatGPT-Web-Admin_U.sh)"
源代码本地一键编译部署 | One-click compile and deploy of source code locally.
交互式自定义个人信息、代理等 | Interactive customization of personal information, proxies, etc.
自动检查系统环境,一键部署基础环境 | Automatically check system environment and deploy basic environment with one click
支持一键部署、一键更新 | Supports one-click deployment and update
支持主流Linux发行版操作系统 | Supports mainstream Linux distribution operating systems
支持一键快速卸载 | Supports one-click fast uninstallation
所需组件检测 | 交互定义信息 |
OS系统环境检测 | 自定义网站目录 |
ChatGPT-Next-WEB | ChatGPT-WEB |