docs: update README content.
Build and Push CodeReview / build (push) Waiting to run
Details
Build and Push CodeReview / build (push) Waiting to run
Details
This commit is contained in:
parent
964fbc1235
commit
3c5f67f49c
|
|
@ -80,11 +80,11 @@ DeepAudit/
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. 克隆项目
|
# 1. 克隆项目
|
||||||
git clone https://github.com/lintsinghua/DeepAudit.git && cd DeepAudit
|
git clone http://sl.vrgon.com:3000/WuYanBo/CodeReview.git && cd DeepAudit
|
||||||
|
|
||||||
# 2. 配置环境变量
|
# 2. 配置环境变量
|
||||||
cp backend/env.example backend/.env
|
cp .env.example .env
|
||||||
# 编辑 backend/.env 填入你的 LLM API Key
|
# 编辑根目录下的 .env 填入你的 LLM API Key、数据库密码等配置
|
||||||
|
|
||||||
# 3. 一键启动
|
# 3. 一键启动
|
||||||
docker compose up -d
|
docker compose up -d
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue