mirror of
https://github.com/csunny/DB-GPT.git
synced 2026-07-17 01:58:47 +00:00
docs: Modify start script
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user