EZ-Work文档翻译,人人可用的AI文档翻译助手
介绍
Github:https://github.com/EHEWON/ezwork-ai-doc-translation
实例演示:https://transdoc.erui.com
部署
首先,克隆主仓库到本地,并更新子模块
git clone https://github.com/EHEWON/ezwork-ai-doc-translation.git ezwork-ai-doc-translation
cd ezwork-ai-doc-translation
git submodule update --init --recursive
修改 .env 文件
找到 api.env 文件,需要修改配置文件中关于邮箱部分的定义,用于邮箱发送验证码,
修改完成之后,将代码复制到接口目录
cp api.env api/.env
找到frontend.env文件,修改接口地址,端口映射在docker-compose.yml中定义,域名在nginx.conf中定义
修改完成之后,将代码复制到前端目录
cp frontend.env frontend/.env
找到admin.env文件,修改接口地址,端口映射在docker-compose.yml中定义,域名在nginx.conf中定义
修改完成之后,将代码复制到后台目录
cp admin.env admin/.env
构建与启动服务
docker-compose up -d --build
进入api服务格外安装libreoffice
docker exec -it ezwork_api bash
apt install libreoffice unoconv
访问应用
Frontend: 访问 来查看前端应用。
Backend: 访问