请问能在Linux上部署吗
The server - side is deployed with Docker and supports Linux. The client - side has not been debugged on Linux yet. You can compile it by yourself.
I tested under Fedora, both containers and the client work.
linux上的客户端如何启动呢,谢谢
linux上的客户端如何启动呢,谢谢
下载项目代码,是 node 的项目,自己搭建好开发环境后,使用 npm/yarn/ pnpm 工具都可以,我用 yarn
#安装依赖
yarn
#运行
yarn dev
即可,但是代码里面你要修改路径和调用 api 地址
主要是那个exe文件需要用vscode重新打包吗?我没看到配置文件。
主要是那个exe文件需要用vscode重新打包吗?我没看到配置文件。
源码编译,还有 ffmpeg 相关的配置要修改一下
可以的,ubuntu22.04下跑通
@caterzy 能否麻烦您告诉一下node版本,我这边编译项目一直报错Failed to load PostCSS config (searchPath: /home/llm/HeyGem.ai): [Error] Loading PostCSS Plugin failed: Cannot find module 'tailwindcss',但是我已经安装过这个依赖了
参考这篇文章: https://blog.csdn.net/coder_dai/article/details/146501672?spm=1001.2014.3001.5502 @
为什么这个镜像拉到37就是失败