zhangrong
zhangrong
apt install -y autoconf automake libtool protobuf-compiler python-dev python3.5-dev pkg-config protobuf-c-compiler
don't forget use python2,and: apt install -y langid autoconf automake libtool protobuf-compiler python-dev python3.5-dev pkg-config protobuf-c-compiler php;pip install protobuf install protobuf-c: git clone https://github.com/protobuf-c/protobuf-c ./configure --prefix=/usr/local&& make && make install...
太坑了,新版本没有匹配 找到了这个才解决了: https://gitee.com/amos123/transmission-web-control-fixed
附议,6.5 / 6.4版本都试过了,安装不了,我是在vm虚拟机win7中安装的。
> > 或许可以看看README的[这一部分](https://github.com/GaiZhenbiao/ChuanhuChatGPT#%E9%85%8D%E7%BD%AE-nginx-%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86)? > > 抱歉,才发现summary中的链接会有问题。请看看 [远程部署](https://github.com/GaiZhenbiao/ChuanhuChatGPT#%E8%BF%9C%E7%A8%8B%E9%83%A8%E7%BD%B2) 中的 配置 Nginx 反向代理 部分。 里面的反向代理配置少了两行,我完整的worked的配置如下: map $http_upgrade $connection_upgrade { default upgrade; '' close; } upstream websocket { server localhost:7860; } server {...