mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	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:
		| @@ -23,7 +23,7 @@ port = 127.0.0.1:9001 | ||||
| ; InvenTree Web Server Process | ||||
| [program:inventree-server] | ||||
| user=inventree | ||||
| directory=/home/inventree/src/InvenTree | ||||
| directory=/home/inventree/src/src/backend/InvenTree | ||||
| command=/home/inventree/env/bin/gunicorn -c gunicorn.conf.py InvenTree.wsgi | ||||
| startsecs=10 | ||||
| autostart=true | ||||
| @@ -36,7 +36,7 @@ stdout_logfile=/home/inventree/log/server.out.log | ||||
| ; InvenTree Background Worker Process | ||||
| [program:inventree-cluster] | ||||
| user=inventree | ||||
| directory=/home/inventree/src/InvenTree | ||||
| directory=/home/inventree/src/src/backend/InvenTree | ||||
| command=/home/inventree/env/bin/python manage.py qcluster | ||||
| startsecs=10 | ||||
| autostart=true | ||||
|   | ||||
		Reference in New Issue
	
	Block a user