mirror of
https://github.com/inventree/InvenTree.git
synced 2025-12-19 02:33:27 +00:00
change screenshot for plugin install to PUI (#11036)
* change screenshot for plugin install to PUI * Correct location of gunicorn config in docs
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -38,7 +38,7 @@ First, let's confirm that the gunicorn server is operational.
|
|||||||
cd /home/InvenTree
|
cd /home/InvenTree
|
||||||
source ./env/bin/activate
|
source ./env/bin/activate
|
||||||
|
|
||||||
cd src/InvenTree
|
cd src/src/backend/InvenTree
|
||||||
/home/inventree/env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi -b 127.0.0.1:8000
|
/home/inventree/env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi -b 127.0.0.1:8000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user