mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-08 00:46:57 +08:00
Merge pull request #5019 from xiaoQQya/develop
This commit is contained in:
@@ -40,10 +40,11 @@ git clone https://github.com/jxxghp/MoviePilot
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/jxxghp/MoviePilot-Resources
|
git clone https://github.com/jxxghp/MoviePilot-Resources
|
||||||
```
|
```
|
||||||
- 安装后端依赖,设置`app`为源代码根目录,运行 `main.py` 启动后端服务,默认监听端口:`3001`,API文档地址:`http://localhost:3001/docs`
|
- 安装后端依赖,运行 `main.py` 启动后端服务,默认监听端口:`3001`,API文档地址:`http://localhost:3001/docs`
|
||||||
```shell
|
```shell
|
||||||
|
cd MoviePilot
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python3 main.py
|
python3 -m app.main
|
||||||
```
|
```
|
||||||
- 克隆前端项目 [MoviePilot-Frontend](https://github.com/jxxghp/MoviePilot-Frontend)
|
- 克隆前端项目 [MoviePilot-Frontend](https://github.com/jxxghp/MoviePilot-Frontend)
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user