docs: Modify start script

This commit is contained in:
chengfangyin2
2023-12-08 08:24:22 +08:00
parent a8dcf0e3c9
commit a1e04f72fc
3 changed files with 3 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY '$MYSQL_ROOT_PASS
FLUSH PRIVILEGES;
"
python3 pilot/server/dbgpt_server.py
python3 dbgpt/app/dbgpt_server.py

View File

@@ -373,7 +373,7 @@ bash ./scripts/examples/load_examples.sh
## Run service
The DB-GPT service is packaged into a server, and the entire DB-GPT service can be started through the following command.
```python
python pilot/server/dbgpt_server.py
python dbgpt/app/dbgpt_server.py
```
## Visit website

View File

@@ -152,7 +152,7 @@ bash ./scripts/examples/load_examples.sh
## Run service
```python
python pilot/server/dbgpt_server.py
python dbgpt/app/dbgpt_server.py
```