Skip to content

Commit

Permalink
📝 docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett committed Nov 1, 2023
1 parent e501e4f commit 532b59f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/source/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ docker-compose up -d

# setp4:运行前端(下载前端代码到nginx配置中)
地址:https://github.com/buyfakett/rsspush-web/tree/dist

# setp5:应用数据库
docker exec -it rsspush python3 manage.py makemigrations rss
docker exec -it rsspush python3 manage.py makemigrations push
docker exec -it rsspush python3 manage.py makemigrations user
docker exec -it rsspush python3 manage.py migrate
```

### 配置文件示例
Expand Down

0 comments on commit 532b59f

Please sign in to comment.