From 00720a24007b7df4b144f487e40807cb194006a8 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Wed, 16 Jun 2021 22:56:46 +1000 Subject: [PATCH] Add a note about "next steps" for a bare-metal setup --- docs/start/production.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/start/production.md b/docs/start/production.md index 1e72e57..29b650b 100644 --- a/docs/start/production.md +++ b/docs/start/production.md @@ -92,3 +92,13 @@ The process status can be viewed [in your web browser](http://localhost:9001). ## Production Ready The InvenTree server (and background task manager) should now be running! + +### Next Steps + +You (or your system administrator) may wish to perform further steps such as placing the InvenTree server behind a reverse-proxy such as [nginx](https://www.nginx.com/). + +As production environment options are many and varied, such tasks are outside the scope of this documentation. + +There are many great online tutorials about running django applications in production! + +As a starting point, you can refer to the [docker production example](./docker_prod.md) for a demonstration of running InvenTree behind a nginx proxy.