diff --git a/docs/docs/assets/images/plugin/plugin_install_web.png b/docs/docs/assets/images/plugin/plugin_install_web.png index 67ecc3bfd7..053c1ce56e 100644 Binary files a/docs/docs/assets/images/plugin/plugin_install_web.png and b/docs/docs/assets/images/plugin/plugin_install_web.png differ diff --git a/docs/docs/start/bare_prod.md b/docs/docs/start/bare_prod.md index db9e863788..3f2d405ad9 100644 --- a/docs/docs/start/bare_prod.md +++ b/docs/docs/start/bare_prod.md @@ -38,7 +38,7 @@ First, let's confirm that the gunicorn server is operational. cd /home/InvenTree 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 ```