优化部署流程

This commit is contained in:
“xxq250” 2022-09-02 11:26:24 +08:00
parent 2ac6cdf69d
commit 6857f73384
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ rails db:migrate RAILS_ENV=development
12clone前端代码将前端代码克隆到public/react目录下目录结构应该是: public/react/build
```bash
git clone -b standalone https://gitlink.org.cn/Gitlink/build.git
git clone -b master https://gitlink.org.cn/Gitlink/build.git
```
13启动redis(此处以macOS系统为例)