mirror of
https://github.com/arc53/DocsGPT
synced 2024-11-17 21:26:26 +00:00
Merge pull request #267 from tardigrde/patch-1
This commit is contained in:
commit
8bee47dc50
@ -105,8 +105,7 @@ python -m venv venv
|
|||||||
cd application/
|
cd application/
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
5 . Run the app
|
5. Run the app `python wsgi.py`
|
||||||
`python wsgi.py`
|
|
||||||
6. Start worker with `celery -A app.celery worker -l INFO`
|
6. Start worker with `celery -A app.celery worker -l INFO`
|
||||||
|
|
||||||
### Start frontend
|
### Start frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user