mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
📝 Update deployment documentation
This commit is contained in:
parent
e3ed189096
commit
07e50dd563
@ -37,7 +37,7 @@ pip install --upgrade poetry
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
poetry install
|
poetry install
|
||||||
playwright install chromium
|
poetry run playwright install chromium
|
||||||
```
|
```
|
||||||
|
|
||||||
#### 可选依赖项
|
#### 可选依赖项
|
||||||
@ -57,13 +57,13 @@ cp .env.example .env
|
|||||||
### 4. 初始化数据库
|
### 4. 初始化数据库
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
alembic upgrade head
|
poetry run alembic upgrade head
|
||||||
```
|
```
|
||||||
|
|
||||||
### 5. 运行
|
### 5. 运行
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
python ./run.py
|
poetry run python ./run.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## 其他说明
|
## 其他说明
|
||||||
|
Loading…
Reference in New Issue
Block a user