From 78cb350bd90f12e47ef0a72d4c4fa6d00c44f4f6 Mon Sep 17 00:00:00 2001 From: Daniel Bedeleanu Date: Sat, 18 Apr 2026 16:14:57 +0000 Subject: [PATCH] docs: update inventory.env.example with system requirements (v1.10.15) - Added Node.js v20+ requirement - Added python3.12-venv system package requirement for Debian/Ubuntu - Updated version reference to v1.10.15 - Provides clear setup guidance for developers --- inventory.env.example | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inventory.env.example b/inventory.env.example index 4c049f94..153ec8a5 100644 --- a/inventory.env.example +++ b/inventory.env.example @@ -1,9 +1,14 @@ # ============================================================================= -# TFM aInventory — Master Environment Configuration +# TFM aInventory — Master Environment Configuration (v1.10.15) # ============================================================================= # 1. Copy this file to 'inventory.env' # 2. Fill in your real values # 3. 'inventory.env' is ignored by Git to protect your secrets. +# +# SYSTEM REQUIREMENTS (before running ./start_server.sh): +# - Node.js v20+ (required for frontend build) +# - Python 3.12+ with python3.12-venv package +# On Debian/Ubuntu: sudo apt install python3.12-venv # ============================================================================= # --- Network & Identity ---