This commit is contained in:
Jasder 2020-12-28 13:44:03 +08:00
parent 72d8af8d7b
commit 1420a47a5c
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ rails db:migrate RAILS_ENV=development
### 8. clone前端代码 ### 8. clone前端代码
**将前端代码克隆到public/react目录下目录结构应该是: public/react/build** **将前端代码克隆到public/react目录下目录结构应该是: public/react/build**
```bash ```bash
git clone https://git.trustie.net/jasder/build.git git clone -b dev_trustie https://git.trustie.net/jasder/build.git
``` ```
### 9. 启动redis(此处已mac系统为例) ### 9. 启动redis(此处已mac系统为例)