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
This commit is contained in:
2026-04-18 16:14:57 +00:00
parent a03bf815b6
commit 78cb350bd9

View File

@@ -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 ---