Update to Bare Metal installation docs (#10086)

* Install PostgreSQL client when needed

* Fix supervisor path to server/worker

* Supervisor IP configuration
This commit is contained in:
gunstr
2025-07-27 23:40:49 +10:00
committed by GitHub
parent 010c855e86
commit c8f82d3e90
3 changed files with 12 additions and 2 deletions
+2
View File
@@ -75,6 +75,8 @@ Copy the supervisor configuration file:
sudo cp /home/inventree/src/contrib/deploy/supervisord.conf /etc/supervisor/supervisord.conf
```
Depending on your setup the IP and port under the `[inet_http_server]` section might need to be changed.
### Start Supervisor Daemon
```